Class TdApi.Chats

  • Enclosing class:
    TdApi

    public static class TdApi.Chats
    extends TdApi.Object
    Represents a list of chats.
    • Field Detail

      • totalCount

        public int totalCount
        Approximate total count of chats found.
      • chatIds

        public long[] chatIds
        List of chat identifiers.
      • CONSTRUCTOR

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

      • Chats

        public Chats()
        Represents a list of chats.
      • Chats

        public Chats​(int totalCount,
                     long[] chatIds)
        Represents a list of chats.
        Parameters:
        totalCount - Approximate total count of chats found.
        chatIds - List of chat identifiers.