Class TdApi.ChatMembers

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      TdApi.ChatMember[] members
      A list of chat members.
      int totalCount
      Approximate total count of chat members found.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChatMembers()
      Default constructor.
      ChatMembers​(int totalCount, TdApi.ChatMember[] members)
      Constructor for initialization of all fields.
    • Field Detail

      • totalCount

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChatMembers

        public ChatMembers()
        Default constructor.
      • ChatMembers

        public ChatMembers​(int totalCount,
                           TdApi.ChatMember[] members)
        Constructor for initialization of all fields.
        Parameters:
        totalCount - Approximate total count of chat members found.
        members - A list of chat members.