BotCommandScopeAllChatAdministrators.fromJson constructor

BotCommandScopeAllChatAdministrators.fromJson(
  1. Map<String, dynamic> json
)

Creates a new BotCommandScopeAllChatAdministrators object from json.

Implementation

factory BotCommandScopeAllChatAdministrators.fromJson(
  Map<String, dynamic> json,
) {
  return BotCommandScopeAllChatAdministrators();
}