Class TdApi.ChatMembers

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

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

    • totalCount

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

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

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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 count of chat members found.
      members - ChatMember[] A list of chat members.
    • ChatMembers

      public ChatMembers​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details