Constructors

Methods

Constructors

Methods

  • 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;
      }

    Returns Promise<SendMsgResult>