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