Skip to content

VideoChat

Type · TDLib 1.8.67 · d1085f9c

Describes a video chat, i.e. a group call bound to a chat

VideoChat(
  group_call_id: int32,
  has_participants: Bool,
  default_participant_id: MessageSender
) → VideoChat

group_call_id

int32

Group call identifier of an active video chat; 0 if none. Full information about the video chat can be received through the method getGroupCall

has_participants

Bool

True, if the video chat has participants

default_participant_id

MessageSender

Default group call participant identifier to join the video chat; may be null