OBJECT
CardAttachment
Card type
link GraphQL Schema definition
- type CardAttachment {
- # Image of the card
- ConversationMessageAttachmentImageLink :
- # Title of the card
- String :
- # Text of the card
- String :
- # Style of the card
- String :
- # Video content of the card
- VideoAttachment :
- # Actions of the card
- ConversationMessageAttachmentAction!]! : [
- }
link Require by
- AppleBusinessChatMessageExtensionAttachmentAn Apple Business Chat iMessage extension attachment
- ApplePayPaymentRequestedAttachmentAn Apple Pay payment request attachment
- AuthenticationRequestedAttachmentAn visitor authentication request attachment
- CardBundleAttachmentA cardBundle attachment
- ConversationMessageAttachmentA message attachment
- ListPickerAttachmentA list picker attachment
- TimePickerAttachmentA time picker attachment