accessoryWidgets property

List<AccessoryWidget>? accessoryWidgets
getter/setter pair

One or more interactive widgets that appear at the bottom of a message.

You can add accessory widgets to messages that contain text, cards, or both text and cards. Not supported for messages that contain dialogs. For details, see Add interactive widgets at the bottom of a message. Creating a message with accessory widgets requires app authentication.

Implementation

core.List<AccessoryWidget>? accessoryWidgets;