defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "targetChat",
"@is_json_scheme_class": true,
"@return_type": "targetChat",
"target_chat_current": {"@type": "targetChatCurrent"},
"target_chat_chosen": {"@type": "targetChatChosen"},
"target_chat_internal_link": {"@type": "targetChatInternalLink"}
};
}