TopPeerCategoryBotsInline.deserialize constructor

TopPeerCategoryBotsInline.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

factory TopPeerCategoryBotsInline.deserialize(BinaryReader reader) {
  // Construct [TopPeerCategoryBotsInline] object.
  final returnValue = TopPeerCategoryBotsInline();

  // Now return the deserialized [TopPeerCategoryBotsInline].
  return returnValue;
}