Properly handle long message attachments for edited messages
This commit is contained in:
parent
4daa1e4569
commit
304287efef
3 changed files with 114 additions and 19 deletions
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
|
@ -119,6 +119,7 @@ export type MessageReactionType = {
|
|||
export type EditHistoryType = {
|
||||
attachments?: Array<AttachmentType>;
|
||||
body?: string;
|
||||
bodyAttachment?: AttachmentType;
|
||||
bodyRanges?: ReadonlyArray<RawBodyRange>;
|
||||
preview?: Array<LinkPreviewType>;
|
||||
quote?: QuotedMessageType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue