MessageQuoteAttachment type
Home > @cbnsndwch/zrocket-contracts > MessageQuoteAttachment
MessageQuoteAttachment type
Signature:
type MessageQuoteAttachment = {
author_name: string;
author_link: string;
author_icon: string;
message_link?: string;
text: string;
md?: SerializedEditorState;
attachments?: MessageAttachment[];
} & MessageAttachmentBase;References: MessageAttachment, MessageAttachmentBase
How was this page?