Class TdApi.CreateGroupCall

Enclosing class:
TdApi

public static class TdApi.CreateGroupCall extends TdApi.Function<TdApi.GroupCallInfo>
Creates a new group call that isn't bound to a chat.

Returns GroupCallInfo

  • Field Details

    • joinParameters

      public TdApi.GroupCallJoinParameters joinParameters
      Parameters to join the call; pass null to only create call link without joining the call.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • CreateGroupCall

      public CreateGroupCall()
      Default constructor for a function, which creates a new group call that isn't bound to a chat.

      Returns GroupCallInfo

    • CreateGroupCall

      public CreateGroupCall(TdApi.GroupCallJoinParameters joinParameters)
      Creates a function, which creates a new group call that isn't bound to a chat.

      Returns GroupCallInfo

      Parameters:
      joinParameters - Parameters to join the call; pass null to only create call link without joining the 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR