Module tdlight.api

Class TdApi.LoadGroupCallParticipants

Enclosing class:
TdApi

public static final class TdApi.LoadGroupCallParticipants extends TdApi.Function<TdApi.Ok>
Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loadedAllParticipants to check whether all participants have already been loaded. Returns Ok
  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier. The group call must be previously received through getGroupCall and must be joined or being joined.
    • limit

      public int limit
      The maximum number of participants to load; up to 100.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • LoadGroupCallParticipants

      public LoadGroupCallParticipants()
      Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loadedAllParticipants to check whether all participants have already been loaded. Returns Ok
    • LoadGroupCallParticipants

      public LoadGroupCallParticipants(int groupCallId, int limit)
      Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loadedAllParticipants to check whether all participants have already been loaded. Returns Ok
      Parameters:
      groupCallId - int Group call identifier. The group call must be previously received through getGroupCall and must be joined or being joined.
      limit - int The maximum number of participants to load; up to 100.
    • LoadGroupCallParticipants

      public LoadGroupCallParticipants(DataInput input) throws IOException
      Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loadedAllParticipants to check whether all participants have already been loaded. Returns Ok
      Throws:
      IOException
  • Method Details