BotCommandScopeChatAdministrators.fromJson constructor

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

Implementation

factory BotCommandScopeChatAdministrators.fromJson(
        Map<String, dynamic> json) =>
    _$BotCommandScopeChatAdministratorsFromJson(json);