Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICreatePost

Parameters for posts().createPost()

typedef

{object} ICreatePost

property

{string} text - the full text of the post

property

{number[]} circleIds - an array of circle IDs that should have access to the post

property

{IFileObjectOpts} image - an image file object

property

{IFileObjectOpts} video - a video file object

property

{boolean} isDraft - specifies whether the post is a draft

Hierarchy

  • ICreatePost

Index

Properties

Optional circleIds

circleIds: number[]

Optional image

Optional isDraft

isDraft: undefined | false | true

text

text: string

Optional video

Generated using TypeDoc