defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "getGroupCallStreamSegment",
    "@return_type": "filePart",
    "is_tdlib_method": true,
    "group_call_id": 0,
    "time_offset": 0,
    "scale": 0,
    "channel_id": 0,
    "video_quality": {"@type": "groupCallVideoQuality"}
  };
}