Description

发送动态选项

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: [];
}

Type declaration

  • linkType: string
  • linkUrl: string
  • pictureUrl: string
  • supplementary: boolean
  • title: string
  • type: string
  • urlsInText: []
pictureKeys?: string[]

Description

图片 key 列表

Default

[]

syncToPersonalUpdates?: boolean

Description

是否同步到个人主页

Default

true

topicId?: string

Description

圈子 ID

Default

undefined