Introduce new urgent property for outgoing messages
This commit is contained in:
@@ -100,6 +100,7 @@ export type SentProtoType = {
|
||||
contentHint: number;
|
||||
proto: Uint8Array;
|
||||
timestamp: number;
|
||||
urgent: boolean;
|
||||
};
|
||||
export type SentProtoWithMessageIdsType = SentProtoType & {
|
||||
messageIds: Array<string>;
|
||||
|
Reference in New Issue
Block a user