defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "setChatLocation",
"@return_type": "ok",
"is_tdlib_method": true,
"chat_id": 0,
"location": {"@type": "chatLocation"}
};
}