Introduce new urgent property for outgoing messages

This commit is contained in:
Scott Nonnenberg
2022-07-01 09:55:13 -07:00
committed by GitHub
parent 6cd1e3fdfc
commit 06190b1434
25 changed files with 302 additions and 83 deletions

View File

@@ -263,6 +263,7 @@ export interface CallbackResultType {
contentProto?: Uint8Array;
timestamp?: number;
recipients?: Record<string, Array<number>>;
urgent?: boolean;
}
export interface IRequestHandler {