Class TdApi.CallDiscardReasonUpgradeToGroupCall

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CallDiscardReason
org.drinkless.tdlib.TdApi.CallDiscardReasonUpgradeToGroupCall
Enclosing class:
TdApi

public static class TdApi.CallDiscardReasonUpgradeToGroupCall extends TdApi.CallDiscardReason
The call was ended because it has been upgraded to a group call.
  • Field Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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

      public CallDiscardReasonUpgradeToGroupCall(String inviteLink)
      The call was ended because it has been upgraded to a group call.
      Parameters:
      inviteLink - Invite link for the group call.
  • Method Details