Package org.drinkless.tdlib
Class TdApi.VideoChat
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.VideoChat
- Enclosing class:
- TdApi
Describes a video chat, i.e. a group call bound to a chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Default group call participant identifier to join the video chat; may be null.intGroup call identifier of an active video chat; 0 if none.booleanTrue, if the video chat has participants. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a video chat, i.e. a group call bound to a chat.VideoChat(int groupCallId, boolean hasParticipants, TdApi.MessageSender defaultParticipantId) Describes a video chat, i.e. a group call bound to a chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier of an active video chat; 0 if none. Full information about the video chat can be received through the method getGroupCall. -
hasParticipants
public boolean hasParticipantsTrue, if the video chat has participants. -
defaultParticipantId
Default group call participant identifier to join the video chat; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
VideoChat
public VideoChat()Describes a video chat, i.e. a group call bound to a chat. -
VideoChat
public VideoChat(int groupCallId, boolean hasParticipants, TdApi.MessageSender defaultParticipantId) Describes a video chat, i.e. a group call bound to a chat.- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-