tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

How to add a reaction to a message? #2380

Closed rr8733380 closed 1 year ago

rr8733380 commented 1 year ago

With which function can I add or remove a reaction from a message?

levlam commented 1 year ago

Use addMessageReaction/removeMessageReaction with a reaction returned by getMessageAvailableReactions.