defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "optimizeStorage",
    "@return_type": "storageStatistics",
    "is_tdlib_method": true,
    "size": 0,
    "ttl": 0,
    "count": 0,
    "immunity_delay": 0,
    "file_types": [
      {"@type": "fileType"}
    ],
    "chat_ids": [0],
    "exclude_chat_ids": [0],
    "return_deleted_file_statistics": false,
    "chat_limit": 0
  };
}