defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "createCall",
    "@return_type": "callId",
    "is_tdlib_method": true,
    "user_id": 0,
    "protocol": {"@type": "callProtocol"},
    "is_video": false,
    "group_call_id": 0
  };
}