BotCommandScopeChatAdministrators.fromJson constructor
Creates a new BotCommandScopeChatAdministrators object from json.
Implementation
factory BotCommandScopeChatAdministrators.fromJson(
Map<String, dynamic> json,
) {
return BotCommandScopeChatAdministrators(
chatId: ID.create(json['chat_id']),
);
}