defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "saveApplicationLogEvent",
    "@return_type": "ok",
    "is_tdlib_method": true,
    "type": "",
    "chat_id": 0,
    "data": {"@type": "jsonValue"}
  };
}