BotCommandScopeAllChatAdministrators.fromJson constructor
Creates a new BotCommandScopeAllChatAdministrators object from json.
Implementation
factory BotCommandScopeAllChatAdministrators.fromJson(
Map<String, dynamic> json,
) {
return BotCommandScopeAllChatAdministrators();
}