message: Add addressing mode

This commit is contained in:
Rajeh Taher
2025-09-26 10:44:30 +03:00
parent 4344e5184a
commit d9fed62d00
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ export type WAMessageKey = proto.IMessageKey & {
remoteJidAlt?: string
participantAlt?: string
server_id?: string
addressingMode?: string
isViewOnce?: boolean // TODO: remove out of the message key, place in WebMessageInfo
}
export type WATextMessage = proto.Message.IExtendedTextMessage