Package org.drinkless.tdlib
Class TdApi.JoinVideoChat
- Enclosing class:
- TdApi
Joins an active video chat. Returns join response payload for tgcalls.
Returns Text
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Group call identifier.Invite hash as received from internalLinkTypeVideoChat.Parameters to join the call.Identifier of a group call participant, which will be used to join the call; pass null to join as self; video chats only. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which joins an active video chat.JoinVideoChat
(int groupCallId, TdApi.MessageSender participantId, TdApi.GroupCallJoinParameters joinParameters, String inviteHash) Creates a function, which joins an active video chat. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
participantId
Identifier of a group call participant, which will be used to join the call; pass null to join as self; video chats only. -
joinParameters
Parameters to join the call. -
inviteHash
Invite hash as received from internalLinkTypeVideoChat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
JoinVideoChat
public JoinVideoChat()Default constructor for a function, which joins an active video chat. Returns join response payload for tgcalls.Returns
Text
-
JoinVideoChat
public JoinVideoChat(int groupCallId, TdApi.MessageSender participantId, TdApi.GroupCallJoinParameters joinParameters, String inviteHash) Creates a function, which joins an active video chat. Returns join response payload for tgcalls.Returns
Text
- Parameters:
groupCallId
- Group call identifier.participantId
- Identifier of a group call participant, which will be used to join the call; pass null to join as self; video chats only.joinParameters
- Parameters to join the call.inviteHash
- Invite hash as received from internalLinkTypeVideoChat.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-