defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "notificationSettingsScope",
    "@is_json_scheme_class": true,
    "@return_type": "notificationSettingsScope",
    "notification_settings_scope_private_chats": {"@type": "notificationSettingsScopePrivateChats"},
    "notification_settings_scope_group_chats": {"@type": "notificationSettingsScopeGroupChats"},
    "notification_settings_scope_channel_chats": {"@type": "notificationSettingsScopeChannelChats"}
  };
}