发送动态选项

interface CreatePostOption {
    linkInfo?: {
        linkType: string;
        linkUrl: string;
        pictureUrl: string;
        supplementary: boolean;
        title: string;
        type: string;
        urlsInText: [];
    };
    pictureKeys?: string[];
    syncToPersonalUpdates?: boolean;
    topicId?: string;
}

Properties

linkInfo?: {
    linkType: string;
    linkUrl: string;
    pictureUrl: string;
    supplementary: boolean;
    title: string;
    type: string;
    urlsInText: [];
}
pictureKeys?: string[]

图片 key 列表

[]

syncToPersonalUpdates?: boolean

是否同步到个人主页

true

topicId?: string

圈子 ID

undefined