Forwarding messages

This commit is contained in:
Adhiraj
2020-07-28 15:41:32 +05:30
parent b068bba238
commit 466346c404
4 changed files with 44 additions and 10 deletions

View File

@@ -62,6 +62,7 @@ export enum Mimetype {
}
export interface MessageOptions {
quoted?: WAMessage
contextInfo?: WAContextInfo
timestamp?: Date
caption?: string
thumbnail?: string
@@ -150,3 +151,4 @@ export const WAMessageType = function () {
export type WAContactMessage = proto.ContactMessage
export type WAMessageKey = proto.IMessageKey
export type WATextMessage = proto.ExtendedTextMessage
export type WAContextInfo = proto.IContextInfo