public static class TdApi.VideoChat extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessageSender |
defaultParticipantId
Default group call participant identifier to join the video chat; may be null.
|
int |
groupCallId
Group call identifier of an active video chat; 0 if none.
|
boolean |
hasParticipants
True, if the video chat has participants.
|
Constructor and Description |
---|
VideoChat()
Describes a video chat.
|
VideoChat(int groupCallId,
boolean hasParticipants,
TdApi.MessageSender defaultParticipantId)
Describes a video chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public boolean hasParticipants
@Nullable public TdApi.MessageSender defaultParticipantId
public static final int CONSTRUCTOR
public VideoChat()
public VideoChat(int groupCallId, boolean hasParticipants, TdApi.MessageSender defaultParticipantId)
groupCallId
- Group call identifier of an active video chat; 0 if none. Full information about the video chat can be received through the method getGroupCall.hasParticipants
- True, if the video chat has participants.defaultParticipantId
- Default group call participant identifier to join the video chat; may be null.public int getConstructor()
getConstructor
in class TdApi.Object