BotCommandScopeUsers.deserialize constructor
BotCommandScopeUsers.deserialize(
- BinaryReader reader
Deserialize.
Implementation
factory BotCommandScopeUsers.deserialize(BinaryReader reader) {
// Construct [BotCommandScopeUsers] object.
final returnValue = BotCommandScopeUsers();
// Now return the deserialized [BotCommandScopeUsers].
return returnValue;
}