BotCommandScopeChatAdministrators.fromJson constructor
Parse from a json
Implementation
factory BotCommandScopeChatAdministrators.fromJson(Map<String, dynamic> json) => BotCommandScopeChatAdministrators(
chatId: json['chat_id'],
);
Parse from a json
factory BotCommandScopeChatAdministrators.fromJson(Map<String, dynamic> json) => BotCommandScopeChatAdministrators(
chatId: json['chat_id'],
);