Amagi API 文档 - v5.13.0
    正在准备搜索索引...

    接口 KuaishouMethodOptionsMap

    快手 API 方法参数映射

    interface KuaishouMethodOptionsMap {
        VideoInfoParams: { methodType: "videoWork"; photoId: string };
        CommentParams: { methodType: "comments"; photoId: string };
        EmojiListParams: { methodType: "emojiList" };
    }
    索引

    属性

    VideoInfoParams: { methodType: "videoWork"; photoId: string }

    类型声明

    • methodType: "videoWork"
    • photoId: string

      作品ID

    CommentParams: { methodType: "comments"; photoId: string }

    类型声明

    • methodType: "comments"
    • photoId: string

      作品ID

    EmojiListParams: { methodType: "emojiList" }