Skip to content

Message Reaction Data DTO Reference

The NjoguAmos\Waha\Dto\MessageReactionData represents a message reaction.

chatIdstring

The chat ID where the message is located.

messageIdstring

The ID of the message to react to.

reactionstring or null

The reaction emoji. Set to null to remove a reaction.

Released under the MIT License.