IMessageVideoAttachment type
Home > @cbnsndwch/zrocket-contracts > IMessageVideoAttachment
IMessageVideoAttachment type
Signature:
type IMessageVideoAttachment = MessageAttachmentBase & {
video_url: string;
video_type: string;
video_size: number;
file?: IFileInfo;
};References: MessageAttachmentBase, IFileInfo
How was this page?