Class TdApi.DeleteAllRecentMessageReactionsFromSender

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.DeleteAllRecentMessageReactionsFromSender
Enclosing class:
TdApi

public static class TdApi.DeleteAllRecentMessageReactionsFromSender extends TdApi.Function<TdApi.Ok>
Deletes all recent reactions added by the specified sender in a chat. Supported only for basic groups and supergroups; requires canDeleteMessages administrator right.

Returns Ok

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • senderId

      public TdApi.MessageSender senderId
      Identifier of the sender of reactions to delete.
    • CONSTRUCTOR

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

    • DeleteAllRecentMessageReactionsFromSender

      public DeleteAllRecentMessageReactionsFromSender()
      Default constructor for a function, which deletes all recent reactions added by the specified sender in a chat. Supported only for basic groups and supergroups; requires canDeleteMessages administrator right.

      Returns Ok

    • DeleteAllRecentMessageReactionsFromSender

      public DeleteAllRecentMessageReactionsFromSender(long chatId, TdApi.MessageSender senderId)
      Creates a function, which deletes all recent reactions added by the specified sender in a chat. Supported only for basic groups and supergroups; requires canDeleteMessages administrator right.

      Returns Ok

      Parameters:
      chatId - Chat identifier.
      senderId - Identifier of the sender of reactions to delete.
  • 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.Function<TdApi.Ok>
      Returns:
      this.CONSTRUCTOR