Skip to content

Message Star Data DTO Reference

The NjoguAmos\Waha\Dto\MessageStarData represents starring/unstarring a message.

chatIdstring

The chat ID where the message is located.

messageIdstring

The ID of the message to star/unstar.

starbool

Whether to star or unstar the message.

Released under the MIT License.