Allow sends of quoted messages with attachments without thumbnails
This commit is contained in:
parent
cc6b299ab6
commit
60f7308dc8
2 changed files with 18 additions and 9 deletions
|
@ -95,7 +95,7 @@ export type SendOptionsType = {
|
|||
export type OutgoingQuoteAttachmentType = Readonly<{
|
||||
contentType: string;
|
||||
fileName?: string;
|
||||
thumbnail: UploadedAttachmentType;
|
||||
thumbnail?: UploadedAttachmentType;
|
||||
}>;
|
||||
|
||||
export type OutgoingQuoteType = Readonly<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue