defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "getChatNotificationSettingsExceptions",
    "@return_type": "chats",
    "is_tdlib_method": true,
    "scope": {"@type": "notificationSettingsScope"},
    "compare_sound": false
  };
}