ENUM
BUTTON_ITEM_ACTION_TYPE
Type of action that will be performed when a user clicked the button item.
link GraphQL Schema definition
1 enum BUTTON_ITEM_ACTION_TYPE { 2 3 # Send the `value` as a reply message 4 5 6 # Open the `value` URL in a new tab 7 8 }