defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "secretChatState",
    "@is_json_scheme_class": true,
    "@return_type": "secretChatState",
    "secret_chat_state_pending": {"@type": "secretChatStatePending"},
    "secret_chat_state_ready": {"@type": "secretChatStateReady"},
    "secret_chat_state_closed": {"@type": "secretChatStateClosed"}
  };
}