Class TdApi.Chats

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      long[] chatIds
      List of chat identifiers.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Chats()
      Default constructor.
      Chats​(long[] chatIds)
      Constructor for initialization of all fields.
    • Field Detail

      • 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()
        Default constructor.
      • Chats

        public Chats​(long[] chatIds)
        Constructor for initialization of all fields.
        Parameters:
        chatIds - List of chat identifiers.