Package org.drinkless.tdlib
Class TdApi.GetGroupCallInviteLink
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetGroupCallInviteLink
-
- Enclosing class:
- TdApi
public static class TdApi.GetGroupCallInviteLink extends TdApi.Function
Returns invite link to a video chat in a public chat.Returns
HttpUrl
-
-
Field Summary
Fields Modifier and Type Field Description booleancanSelfUnmutePass true if the invite link needs to contain an invite hash, passing which to joinGroupCall would allow the invited user to unmute themselves.static intCONSTRUCTORIdentifier uniquely determining type of the object.intgroupCallIdGroup call identifier.
-
Constructor Summary
Constructors Constructor Description GetGroupCallInviteLink()Default 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
groupCallId
public int groupCallId
Group call identifier.
-
canSelfUnmute
public boolean 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.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-