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