Constructors
Methods
sendToChat
- sendToChat(
e: ChatModel,
options: {
caption?: string;
ctwaContext?: any;
footer?: string;
forwardedFromWeb?: boolean;
forwardingScore?: any;
isForwarded?: boolean;
isViewOnce?: boolean;
mentionedJidList?: any;
multicast?: any;
productMsgOptions?: ModelPropertiesContructor<MsgModel>;
quotedMsg?: MsgModel;
type?: null | string;
},
): Promise<SendMsgResult> Parameters
- e: ChatModel
- options: {
caption?: string;
ctwaContext?: any;
footer?: string;
forwardedFromWeb?: boolean;
forwardingScore?: any;
isForwarded?: boolean;
isViewOnce?: boolean;
mentionedJidList?: any;
multicast?: any;
productMsgOptions?: ModelPropertiesContructor<MsgModel>;
quotedMsg?: MsgModel;
type?: null | string;
}