MessageGroupCall¶
A message with information about a group call not bound to a chat. If the message is incoming, the call isn't active, isn't missed, and has no duration, and getOption("can_accept_calls") is true, then incoming call screen must be shown to the user. Use getGroupCallParticipants to show current group call participants on the screen. Use joinGroupCall to accept the call or declineGroupCallInvitation to decline it. If the call become active or missed, then the call screen must be hidden
MessageGroupCall(
unique_id: int64,
is_active: Bool,
was_missed: Bool,
is_video: Bool,
duration: int32,
other_participant_ids: list of MessageSender
) → MessageContent
unique_id¶
int64
Persistent unique group call identifier
is_active¶
Bool
True, if the call is active, i.e. the called user joined the call
was_missed¶
Bool
True, if the called user missed or declined the call
is_video¶
Bool
True, if the call is a video call
duration¶
int32
Call duration, in seconds; for left calls only
other_participant_ids¶
list of MessageSender
Identifiers of some other call participants