Package org.drinkless.tdlib
Class TdApi.InviteGroupCallParticipantResultUserWasBanned
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InviteGroupCallParticipantResult
org.drinkless.tdlib.TdApi.InviteGroupCallParticipantResultUserWasBanned
- Enclosing class:
- TdApi
public static class TdApi.InviteGroupCallParticipantResultUserWasBanned
extends TdApi.InviteGroupCallParticipantResult
The user can't be invited because they were banned by the owner of the call and can be invited back only by the owner of the group call.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe user can't be invited because they were banned by the owner of the call and can be invited back only by the owner of the group call. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InviteGroupCallParticipantResultUserWasBanned
public InviteGroupCallParticipantResultUserWasBanned()The user can't be invited because they were banned by the owner of the call and can be invited back only by the owner of the group call.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-