Package org.drinkless.tdlib
Class TdApi.GetVideoChatInviteLink
- Enclosing class:
- TdApi
Returns invite link to a video chat in a public chat.
Returns HttpUrl
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Pass true if the invite link needs to contain an invite hash, passing which to joinVideoChat would allow the invited user to unmute themselves.static final int
Identifier uniquely determining type of the object.int
Group call identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns invite link to a video chat in a public chat.GetVideoChatInviteLink
(int groupCallId, boolean canSelfUnmute) Creates a function, which returns invite link to a video chat in a public 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. -
canSelfUnmute
public boolean canSelfUnmutePass true if the invite link needs to contain an invite hash, passing which to joinVideoChat would allow the invited user to unmute themselves. Requires groupCall.canBeManaged right. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetVideoChatInviteLink
public GetVideoChatInviteLink()Default constructor for a function, which returns invite link to a video chat in a public chat.Returns
HttpUrl
-
GetVideoChatInviteLink
public GetVideoChatInviteLink(int groupCallId, boolean canSelfUnmute) Creates a function, which returns invite link to a video chat in a public chat.Returns
HttpUrl
- Parameters:
groupCallId
- Group call identifier.canSelfUnmute
- Pass true if the invite link needs to contain an invite hash, passing which to joinVideoChat would allow the invited user to unmute themselves. Requires groupCall.canBeManaged right.
-
-
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
-