public static class TdApi.GetGroupCallInviteLink extends TdApi.Function
Returns HttpUrl
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
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.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public boolean canSelfUnmute
public static final int CONSTRUCTOR
public GetGroupCallInviteLink()
Returns HttpUrl
public GetGroupCallInviteLink(int groupCallId, boolean canSelfUnmute)
Returns HttpUrl
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.public int getConstructor()
getConstructor
in class TdApi.Function