Module tdlight.api

Class TdApi.Chats

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

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

    • totalCount

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

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

      public static final int CONSTRUCTOR
      See Also:
  • 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 number of chats found.
      chatIds - long[] List of chat identifiers.
    • Chats

      public Chats(DataInput input) throws IOException
      Represents a list of chats.
      Throws:
      IOException
  • Method Details