Interface CreatePostOption

Description

发送动态选项

Hierarchy

  • CreatePostOption

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

Generated using TypeDoc