defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "botCommandScope",
    "@is_json_scheme_class": true,
    "@return_type": "botCommandScope",
    "bot_command_scope_default": {"@type": "botCommandScopeDefault"},
    "bot_command_scope_all_private_chats": {"@type": "botCommandScopeAllPrivateChats"},
    "bot_command_scope_all_group_chats": {"@type": "botCommandScopeAllGroupChats"},
    "bot_command_scope_all_chat_administrators": {"@type": "botCommandScopeAllChatAdministrators"},
    "bot_command_scope_chat": {"@type": "botCommandScopeChat"},
    "bot_command_scope_chat_administrators": {"@type": "botCommandScopeChatAdministrators"},
    "bot_command_scope_chat_member": {"@type": "botCommandScopeChatMember"}
  };
}