ENUM

BUTTON_ITEM_ACTION_TYPE

Type of action that will be performed when a user clicked the button item.

link GraphQL Schema definition

1enum BUTTON_ITEM_ACTION_TYPE {
2
3# Send the `value` as a reply message
4QUICK_REPLY_ACTION
5
6# Open the `value` URL in a new tab
7LINK_ACTION
8}