Add receive support for pin/unpin message

This commit is contained in:
Jamie
2025-12-04 12:47:19 -08:00
committed by GitHub
parent 1b03cc4b9b
commit efe2c8de71
24 changed files with 861 additions and 97 deletions

View File

@@ -197,7 +197,7 @@ export type SentEventData = Readonly<{
envelopeId: string;
destinationE164?: string;
destinationServiceId?: ServiceIdString;
timestamp?: number;
timestamp: number;
serverTimestamp: number;
device: number | undefined;
unidentifiedStatus: ProcessedSent['unidentifiedStatus'];