telegram api constructor · layer 229 · #efb2b617
groupCall
Info about a group call or livestream
definition
groupCall#efb2b617 flags:# join_muted:flags.1?true can_change_join_muted:flags.2?true join_date_asc:flags.6?true schedule_start_subscribed:flags.8?true can_start_video:flags.9?true record_video_active:flags.11?true rtmp_stream:flags.12?true listeners_hidden:flags.13?true conference:flags.14?true creator:flags.15?true messages_enabled:flags.17?true can_change_messages_enabled:flags.18?true min:flags.19?true id:long access_hash:long participants_count:int title:flags.3?string stream_dc_id:flags.4?int record_start_date:flags.5?int schedule_date:flags.7?int unmuted_video_count:flags.10?int unmuted_video_limit:int version:int invite_link:flags.16?string send_paid_messages_stars:flags.20?long default_send_as:flags.21?Peer = GroupCall;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
join_muted | true | Whether the user should be muted upon joining the call |
can_change_join_muted | true | Whether the current user can change the value of the join_muted flag using phone.toggleGroupCallSettings |
join_date_asc | true | Specifies the ordering to use when locally sorting by date and displaying in the UI group call participants. |
schedule_start_subscribed | true | Whether we subscribed to the scheduled call |
can_start_video | true | Whether you can start streaming video into the call |
record_video_active | true | Whether the group call is currently being recorded |
rtmp_stream | true | Whether RTMP streams are allowed |
listeners_hidden | true | Whether the listeners list is hidden and cannot be fetched using phone.getGroupParticipants. The phone.groupParticipants.count and groupCall.participants_count counters will still include listeners. |
conference | true | Whether this is an E2E conference call. |
creator | true | Whether we're created this group call. |
messages_enabled | true | |
can_change_messages_enabled | true | |
min | true | |
id | long | Group call ID |
access_hash | long | Group call access hash |
participants_count | int | Participant count |
title | string | Group call title |
stream_dc_id | int | DC ID to be used for livestream chunks |
record_start_date | int | When was the recording started |
schedule_date | int | When is the call scheduled to start |
unmuted_video_count | int | Number of people currently streaming video into the call |
unmuted_video_limit | int | Maximum number of people allowed to stream video into the call |
version | int | Version |
invite_link | string | Invitation link for the conference. |
send_paid_messages_stars | long | |
default_send_as | Peer |
type
GroupCall · other constructors: groupCallDiscarded
history
present in layers 122–229 · constructor id changed 7×
| id | layers |
|---|---|
| #55903081 | 122–124 |
| #c0c2052e | 125–126 |
| #c95c6654 | 127–128 |
| #653dbaad | 129–130 |
| #d597650c | 131–195 |
| #cdf8d3e3 | 196–201 |
| #553b0ba1 | 202–216 |
| #efb2b617 | 217–229 |