BotCommandScopeChatAdmins.deserialize constructor

BotCommandScopeChatAdmins.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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