Ⓙ Jike SDK
    Preparing search index...

    Interface AddCommentOption

    发送评论选项

    interface AddCommentOption {
        pictureKeys?: string[];
        replyToCommentId?: string;
        syncToPersonalUpdates?: boolean;
    }
    Index

    Properties

    pictureKeys?: string[]

    图片 key 列表

    []

    replyToCommentId?: string

    回复的评论 ID

    syncToPersonalUpdates?: boolean

    同步到个人主页

    false