@cloudbase/aiagent-framework
    Preparing search index...

    Interface WeChatCommonInput

    interface WeChatCommonInput {
        createTime: number;
        fromUserName: string;
        msgId: string;
        msgType: string;
        toUserName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createTime: number
    fromUserName: string
    msgId: string
    msgType: string
    toUserName: string