Skip to main content

ChatMessageAudioAttachment

A type alias for attachment with AudioAttachmentPayload payload type.

public typealias ChatMessageAudioAttachment = ChatMessageAttachment<AudioAttachmentPayload>

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

Did you find this page helpful?