BotCommandScopeChat.fromJson constructor

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

Implementation

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