Module tdlight.api

Class TdApi.ChatMembers

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatMembers
Enclosing class:
TdApi

public static final class TdApi.ChatMembers extends TdApi.Object
Contains a list of chat members.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total number of chat members found.
    • members

      public TdApi.ChatMember[] members
      A list of chat members.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ChatMembers

      public ChatMembers()
      Contains a list of chat members.
    • ChatMembers

      public ChatMembers(int totalCount, TdApi.ChatMember[] members)
      Contains a list of chat members.
      Parameters:
      totalCount - int Approximate total number of chat members found.
      members - ChatMember[] A list of chat members.
    • ChatMembers

      public ChatMembers(DataInput input) throws IOException
      Contains a list of chat members.
      Throws:
      IOException
  • Method Details