INPUT_OBJECT

ButtonItemActionInput

Action input to be taken when a user clicked the button item

link GraphQL Schema definition

1input ButtonItemActionInput {
4
2# Type of action that will be performed when a user clicked the button item
3type: BUTTON_ITEM_ACTION_TYPE!
9
5# Content related to the action:
6# - LinkAction: URL to be opened
7# - QuickReplyAction: Text to be sent
8value: String!
10}