audioAttachmentsIn
@forge/monorepo / frontend/src / audioAttachmentsIn
Function: audioAttachmentsIn()
audioAttachmentsIn(
parts): readonlyAudioAttachmentView[]
Defined in: frontend/src/audio.ts:105
Every playable audio part in a message, in order.
A list rather than the first one: a turn can carry a recording the user attached and a spoken reply, and an interface that showed only one would silently drop the other.
Parameters
parts
readonly MessagePart[]
Returns
readonly AudioAttachmentView[]