Tracks send state for edited messages
This commit is contained in:
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
@@ -131,6 +131,7 @@ export type EditHistoryType = {
|
||||
bodyRanges?: ReadonlyArray<RawBodyRange>;
|
||||
preview?: Array<LinkPreviewType>;
|
||||
quote?: QuotedMessageType;
|
||||
sendStateByConversationId?: SendStateByConversationId;
|
||||
timestamp: number;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user