Module tdlight.api

Class TdApi.DeleteChat

Enclosing class:
TdApi

public static class TdApi.DeleteChat extends TdApi.Function<TdApi.Ok>
Deletes a chat along with all messages in the corresponding chat for all chat members; requires owner privileges. For group chats this will release the username and remove all members. Chats with more than 1000 members can't be deleted using this method.

Returns Ok

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DeleteChat

      public DeleteChat()
      Deletes a chat along with all messages in the corresponding chat for all chat members; requires owner privileges. For group chats this will release the username and remove all members. Chats with more than 1000 members can't be deleted using this method.

      Returns Ok

    • DeleteChat

      public DeleteChat(long chatId)
      Deletes a chat along with all messages in the corresponding chat for all chat members; requires owner privileges. For group chats this will release the username and remove all members. Chats with more than 1000 members can't be deleted using this method.

      Returns Ok

      Parameters:
      chatId - long Chat identifier.
    • DeleteChat

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