- Enclosing class:
- TdApi
Revokes invite link for a group call.
Requires groupCall.canBeManaged group call flag.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Group call identifier. -
Constructor Summary
ConstructorDescriptionRevokes invite link for a group call.RevokeGroupCallInviteLink
(int groupCallId) Revokes invite link for a group call.Revokes invite link for a group call. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
RevokeGroupCallInviteLink
public RevokeGroupCallInviteLink()Revokes invite link for a group call. Requires groupCall.canBeManaged group call flag. ReturnsOk
-
RevokeGroupCallInviteLink
public RevokeGroupCallInviteLink(int groupCallId) Revokes invite link for a group call. Requires groupCall.canBeManaged group call flag. ReturnsOk
- Parameters:
groupCallId
- int Group call identifier.
-
RevokeGroupCallInviteLink
Revokes invite link for a group call. Requires groupCall.canBeManaged group call flag. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-