defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "updateNotificationGroup",
"@return_type": "update",
"notification_group_id": 0,
"type": {"@type": "notificationGroupType"},
"chat_id": 0,
"notification_settings_chat_id": 0,
"notification_sound_id": 0,
"total_count": 0,
"added_notifications": [
{"@type": "notification"}
],
"removed_notification_ids": [0]
};
}