Class TdApi.GetGroupCallParticipants

Enclosing class:
TdApi

public static class TdApi.GetGroupCallParticipants extends TdApi.Function<TdApi.GroupCallParticipants>
Returns information about participants of a non-joined group call that is not bound to a chat.

Returns GroupCallParticipants

  • Field Details

    • inputGroupCall

      public TdApi.InputGroupCall inputGroupCall
      The group call which participants will be returned.
    • limit

      public int limit
      The maximum number of participants to return; must be positive.
    • CONSTRUCTOR

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

    • GetGroupCallParticipants

      public GetGroupCallParticipants()
      Default constructor for a function, which returns information about participants of a non-joined group call that is not bound to a chat.

      Returns GroupCallParticipants

    • GetGroupCallParticipants

      public GetGroupCallParticipants(TdApi.InputGroupCall inputGroupCall, int limit)
      Creates a function, which returns information about participants of a non-joined group call that is not bound to a chat.

      Returns GroupCallParticipants

      Parameters:
      inputGroupCall - The group call which participants will be returned.
      limit - The maximum number of participants to return; must be positive.
  • 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