OBJECT

QuickReplyMenuAttachment

A quick reply menu attachment

link GraphQL Schema definition

  • type QuickReplyMenuAttachment {
  • # Text of the message
  • message: String!
  • # Choice of answers
  • choices: [String!]!
  • }