defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "toggleChatIsPinned",
"@return_type": "ok",
"is_tdlib_method": true,
"chat_list": {"@type": "chatList"},
"chat_id": 0,
"is_pinned": false
};
}