feat: add more receipt types

This commit is contained in:
Adhiraj Singh
2022-04-02 15:44:22 +05:30
parent fa49af7c24
commit 8addc714c7
2 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ export type MessageType = keyof proto.Message
export type DownloadableMessage = { mediaKey?: Uint8Array, directPath?: string, url?: string }
export type MessageReceiptType = 'read' | 'read-self' | 'hist_sync' | 'peer_msg' | undefined
export type MediaConnInfo = {
auth: string
ttl: number