Module tdlight.api

Class TdApi.DeleteChatFolder

Enclosing class:
TdApi

public static final class TdApi.DeleteChatFolder extends TdApi.Function<TdApi.Ok>
Deletes existing chat folder. Returns Ok
  • Field Details

    • chatFolderId

      public int chatFolderId
      Chat folder identifier.
    • leaveChatIds

      public long[] leaveChatIds
      Identifiers of the chats to leave. The chats must be pinned or always included in the folder.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DeleteChatFolder

      public DeleteChatFolder()
      Deletes existing chat folder. Returns Ok
    • DeleteChatFolder

      public DeleteChatFolder(int chatFolderId, long[] leaveChatIds)
      Deletes existing chat folder. Returns Ok
      Parameters:
      chatFolderId - int Chat folder identifier.
      leaveChatIds - long[] Identifiers of the chats to leave. The chats must be pinned or always included in the folder.
    • DeleteChatFolder

      public DeleteChatFolder(DataInput input) throws IOException
      Deletes existing chat folder. Returns Ok
      Throws:
      IOException
  • Method Details