Skip to content

Message List Data DTO Reference

The NjoguAmos\Waha\Dto\MessageListData represents an interactive list message.

chatIdstring

The recipient's chat ID.

titlestring

The title of the list message.

buttonstring

The text for the button that opens the list.

sectionsMessageListSectionData[]

An array of sections in the list.

descriptionstring or null

Optional description text for the list.

Optional footer text for the list.

replyTostring or null

The ID of the message to reply to.

Released under the MIT License.