defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "updateChatBlockList",
    "@return_type": "update",
    "chat_id": 0,
    "block_list": {"@type": "blockList"}
  };
}