共用方式為


ChatAttachment interface

聊天訊息中的附件。

屬性

attachmentType

附件的類型。

id

附件的標識碼

name

附件內容的名稱。

previewUrl

可以下載附件預覽的 URL

url

可以下載附件的 URL

屬性詳細資料

attachmentType

附件的類型。

attachmentType: ChatAttachmentType

屬性值

id

附件的標識碼

id: string

屬性值

string

name

附件內容的名稱。

name?: string

屬性值

string

previewUrl

可以下載附件預覽的 URL

previewUrl?: string

屬性值

string

url

可以下載附件的 URL

url?: string

屬性值

string