@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Interface TextStatusOptions

    interface TextStatusOptions {
        backgroundColor?: string | number;
        caption?: string;
        font?: TextFontStyle;
        messageId?: string | MsgKey;
        waitForAck?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundColor?: string | number
    caption?: string
    font?: TextFontStyle
    messageId?: string | MsgKey
    waitForAck?: boolean