OBJECT

AppleBusinessChatMessageExtensionAttachment

An Apple Business Chat iMessage extension attachment

link GraphQL Schema definition

  • type AppleBusinessChatMessageExtensionAttachment {
  • # Bundle identifier of the iMessage extension that the customer interacts with
  • # while using Messages
  • bid: String!
  • # The App Store identifier of the iMessage extension
  • appId: String
  • # The name of the iMessage extension
  • appName: String
  • # App image icon of the iMessage extension. The Messages app displays the icon
  • # when a visitor's device receives a custom interactive message that uses an
  • # iMessage extension not installed on the device
  • appIcon: ConversationMessageAttachmentImageLink
  • # Displayed message when the visitor receives the event
  • receivedMessage: CardAttachment!
  • # Displayed message when the visitor replies to the event
  • replyMessage: CardAttachment
  • # Determines whether the Messages app should use Live Layout to display the custom
  • # interactive message. Live layout is required to represent your message on
  • # devices that don’t have the iMessage app installed, or on devices that aren’t
  • # running iOS 11
  • useLiveLayout: Boolean
  • # A URI containing data that the Messages app sends to the iMessage extension
  • dataUri: URI!
  • }