defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "getMapThumbnailFile",
    "@return_type": "file",
    "is_tdlib_method": true,
    "location": {"@type": "location"},
    "zoom": 0,
    "width": 0,
    "height": 0,
    "scale": 0,
    "chat_id": 0
  };
}