Package org.drinkless.tdlib
Class TdApi.GetGroupCallInviteLink
- Enclosing class:
- TdApi
Returns invite link to a video chat in a public chat.
Returns HttpUrl
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanPass true if the invite link needs to contain an invite hash, passing which to joinGroupCall would allow the invited user to unmute themselves.static final intIdentifier uniquely determining type of the object.intGroup call identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns invite link to a video chat in a public chat.GetGroupCallInviteLink(int groupCallId, boolean canSelfUnmute) Creates a function, which returns invite link to a video chat in a public chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns 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 joinGroupCall would allow the invited user to unmute themselves. Requires groupCall.canBeManaged group call flag. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetGroupCallInviteLink
public GetGroupCallInviteLink()Default constructor for a function, which returns invite link to a video chat in a public chat.Returns
HttpUrl -
GetGroupCallInviteLink
public GetGroupCallInviteLink(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 joinGroupCall would allow the invited user to unmute themselves. Requires groupCall.canBeManaged group call flag.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.HttpUrl>- Returns:
- this.CONSTRUCTOR
-