Module tdlight.api

Class TdApi.GetChatFolder

Enclosing class:
TdApi

public static final class TdApi.GetChatFolder extends TdApi.Function<TdApi.ChatFolder>
Returns information about a chat folder by its identifier. Returns ChatFolder
  • Field Details

    • chatFolderId

      public int chatFolderId
      Chat folder identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetChatFolder

      public GetChatFolder()
      Returns information about a chat folder by its identifier. Returns ChatFolder
    • GetChatFolder

      public GetChatFolder(int chatFolderId)
      Returns information about a chat folder by its identifier. Returns ChatFolder
      Parameters:
      chatFolderId - int Chat folder identifier.
    • GetChatFolder

      public GetChatFolder(DataInput input) throws IOException
      Returns information about a chat folder by its identifier. Returns ChatFolder
      Throws:
      IOException
  • Method Details