Description

发送评论选项

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

Properties

pictureKeys?: string[]

Description

图片 key 列表

Default

[]

replyToCommentId?: string

Description

回复的评论 ID

syncToPersonalUpdates?: boolean

Description

同步到个人主页

Default

false