Class TdApi.DeleteMessages

Enclosing class:
TdApi

public static class TdApi.DeleteMessages extends TdApi.Function<TdApi.Ok>
Deletes messages.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier.
    static final int
    Identifier uniquely determining type of the object.
    long[]
    Identifiers of the messages to be deleted.
    boolean
    Pass true to delete messages for all chat members.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which deletes messages.
    DeleteMessages(long chatId, long[] messageIds, boolean revoke)
    Creates a function, which deletes messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageIds

      public long[] messageIds
      Identifiers of the messages to be deleted. Use messageProperties.canBeDeletedOnlyForSelf and messageProperties.canBeDeletedForAllUsers to get suitable messages.
    • revoke

      public boolean revoke
      Pass true to delete messages for all chat members. Always true for supergroups, channels and secret chats.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • DeleteMessages

      public DeleteMessages()
      Default constructor for a function, which deletes messages.

      Returns Ok

    • DeleteMessages

      public DeleteMessages(long chatId, long[] messageIds, boolean revoke)
      Creates a function, which deletes messages.

      Returns Ok

      Parameters:
      chatId - Chat identifier.
      messageIds - Identifiers of the messages to be deleted. Use messageProperties.canBeDeletedOnlyForSelf and messageProperties.canBeDeletedForAllUsers to get suitable messages.
      revoke - Pass true to delete messages for all chat members. Always true for supergroups, channels and secret chats.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR