public static class TdApi.RevokeGroupCallInviteLink extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
Constructor and Description |
---|
RevokeGroupCallInviteLink()
Default constructor for a function, which revokes invite link for a group call.
|
RevokeGroupCallInviteLink(int groupCallId)
Creates a function, which revokes invite link for a group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public static final int CONSTRUCTOR
public RevokeGroupCallInviteLink()
Returns Ok
public RevokeGroupCallInviteLink(int groupCallId)
Returns Ok
groupCallId
- Group call identifier.public int getConstructor()
getConstructor
in class TdApi.Function