Allow manually retrying attachment downloads
This commit is contained in:
parent
59b45399e4
commit
dfc310805a
16 changed files with 265 additions and 58 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -116,7 +116,7 @@ export type MessageReactionType = {
|
|||
};
|
||||
|
||||
export type MessageAttributesType = {
|
||||
bodyPending?: boolean;
|
||||
bodyAttachment?: AttachmentType;
|
||||
bodyRanges?: BodyRangesType;
|
||||
callHistoryDetails?: CallHistoryDetailsFromDiskType;
|
||||
changedId?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue