Skip to content

deleteMessageReactionsFromSender

Function · TDLib 1.8.67 · d1085f9c

Deletes all reactions added by the specified sender on a message

deleteMessageReactionsFromSender(
  chat_id: int53,
  message_id: int53,
  sender_id: MessageSender
) → Ok

chat_id

int53

Chat identifier

message_id

int53

Identifier of the message containing the reactions. Use messageProperties.can_delete_reactions to check whether the method can be used for a message

sender_id

MessageSender

Identifier of the sender of reactions to delete