View Source ExTDLib.Object.GroupCall (ExTDLib v0.0.4)

Describes a group call.

NameTypeDescription
idnumberGroup call identifier.
titlestringGroup call title.
scheduled_start_datenumberPoint in time (Unix timestamp) when the group call is supposed to be started by an administrator; 0 if it is already active or was ended.
enabled_start_notificationboolTrue, if the group call is scheduled and the current user will receive a notification when the group call starts.
is_activeboolTrue, if the call is active.
is_rtmp_streamboolTrue, if the chat is an RTMP stream instead of an ordinary video chat.
is_joinedboolTrue, if the call is joined.
need_rejoinboolTrue, if user was kicked from the call because of network loss and the call needs to be rejoined.
can_be_managedboolTrue, if the current user can manage the group call.
participant_countnumberNumber of participants in the group call.
has_hidden_listenersboolTrue, if group call participants, which are muted, aren't returned in participant list.
loaded_all_participantsboolTrue, if all group call participants are loaded.
recent_speakersgroupCallRecentSpeakerAt most 3 recently speaking users in the group call.
is_my_video_enabledboolTrue, if the current user's video is enabled.
is_my_video_pausedboolTrue, if the current user's video is paused.
can_enable_videoboolTrue, if the current user can broadcast video or share screen.
mute_new_participantsboolTrue, if only group call administrators can unmute new participants.
can_toggle_mute_new_participantsboolTrue, if the current user can enable or disable mute_new_participants setting.
record_durationnumberDuration of the ongoing group call recording, in seconds; 0 if none. An updateGroupCall update is not triggered when value of this field changes, but the same recording goes on.
is_video_recordedboolTrue, if a video file is being recorded for the call.
durationnumberCall duration, in seconds; for ended calls only.

More details on telegram's documentation.