defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "removeTopChat",
    "@return_type": "ok",
    "is_tdlib_method": true,
    "category": {"@type": "topChatCategory"},
    "chat_id": 0
  };
}