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;
      }
      • Optionalcaption?: string
      • OptionalctwaContext?: any
      • Optionalfooter?: string
      • OptionalforwardedFromWeb?: boolean
      • OptionalforwardingScore?: any
      • OptionalisForwarded?: boolean
      • OptionalisViewOnce?: boolean
      • OptionalmentionedJidList?: any
      • Optionalmulticast?: any
      • OptionalproductMsgOptions?: ModelPropertiesContructor<MsgModel>
      • OptionalquotedMsg?: MsgModel
      • Optionaltype?: null | string

    Returns Promise<SendMsgResult>