Class TdApi.Chats

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

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

    • totalCount

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

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

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • Chats

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

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

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