IMessageAudioAttachment type
Home > @cbnsndwch/zrocket-contracts > IMessageAudioAttachment
IMessageAudioAttachment type
Signature:
type IMessageAudioAttachment = MessageAttachmentBase & {
audio_url: string;
audio_type: string;
audio_size?: number;
file?: IFileInfo;
};References: MessageAttachmentBase, IFileInfo
How was this page?