Package org.drinkless.tdlib
Class TdApi.CallDiscardReasonUpgradeToGroupCall
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CallDiscardReason
org.drinkless.tdlib.TdApi.CallDiscardReasonUpgradeToGroupCall
- Enclosing class:
- TdApi
The call was ended because it has been upgraded to a group call.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Invite link for the group call. -
Constructor Summary
ConstructorsConstructorDescriptionThe call was ended because it has been upgraded to a group call.CallDiscardReasonUpgradeToGroupCall
(String inviteLink) The call was ended because it has been upgraded to a group call. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
inviteLink
Invite link for the group call. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CallDiscardReasonUpgradeToGroupCall
public CallDiscardReasonUpgradeToGroupCall()The call was ended because it has been upgraded to a group call. -
CallDiscardReasonUpgradeToGroupCall
The call was ended because it has been upgraded to a group call.- Parameters:
inviteLink
- Invite link for the group call.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-