feat: added played receipt

This commit is contained in:
Adhiraj Singh
2022-08-04 11:55:35 +05:30
parent 9f3b00d58d
commit bed9e384ba
3 changed files with 13 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ export type MessageType = keyof proto.Message
export type DownloadableMessage = { mediaKey?: Uint8Array | null, directPath?: string | null, url?: string | null }
export type MessageReceiptType = 'read' | 'read-self' | 'hist_sync' | 'peer_msg' | 'sender' | 'inactive' | undefined
export type MessageReceiptType = 'read' | 'read-self' | 'hist_sync' | 'peer_msg' | 'sender' | 'inactive' | 'played' | undefined
export type MediaConnInfo = {
auth: string