INPUT_OBJECT
ButtonItemInput
Button item for structured message
link GraphQL Schema definition
1 input ButtonItemInput { 3 2 ButtonItemActionInput! : 6 4 # Text content of the button. It should contain at most 100 characters 5 String! : 7 }
INPUT_OBJECT
Button item for structured message
1 input ButtonItemInput { 3 2 ButtonItemActionInput! : 6 4 # Text content of the button. It should contain at most 100 characters 5 String! : 7 }