Skip to main content

ChatMessageImageAttachment

A type alias for attachment with ImageAttachmentPayload payload type.

public typealias ChatMessageImageAttachment = ChatMessageAttachment<ImageAttachmentPayload>

The ChatMessageImageAttachment attachment will be added to the message automatically if the message was sent with attached AnyAttachmentPayload created with local URL and .image attachment type.

Did you find this page helpful?