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

    Interface WeChatVoiceInput

    interface WeChatVoiceInput {
        createTime: number;
        format: string;
        fromUserName: string;
        mediaId: string;
        msgId: string;
        msgType: string;
        toUserName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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