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