Class TdApi.ChatMembers

  • Enclosing class:
    TdApi

    public static class TdApi.ChatMembers
    extends TdApi.Object
    Contains a list of chat members.
    • 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()
        Contains a list of chat members.
      • ChatMembers

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