INPUT_OBJECT

ButtonItemInput

Button item for structured message

link GraphQL Schema definition

1input ButtonItemInput {
3
2action: ButtonItemActionInput!
6
4# Text content of the button. It should contain at most 100 characters
5text: String!
7}