Parse from a json
factory BotCommandScopeChat.fromJson(Map<String, dynamic> json) => BotCommandScopeChat( chatId: json['chat_id'], );