Module tdlight.api

Class TdApi.ChatListFolder

Enclosing class:
TdApi

public static final class TdApi.ChatListFolder extends TdApi.ChatList
A list of chats added to a chat folder.
  • Field Details

    • chatFolderId

      public int chatFolderId
      Chat folder identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ChatListFolder

      public ChatListFolder()
      A list of chats added to a chat folder.
    • ChatListFolder

      public ChatListFolder(int chatFolderId)
      A list of chats added to a chat folder.
      Parameters:
      chatFolderId - int Chat folder identifier.
    • ChatListFolder

      public ChatListFolder(DataInput input) throws IOException
      A list of chats added to a chat folder.
      Throws:
      IOException
  • Method Details