Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InlineObject9

Index

Properties

Optional archetype

archetype: undefined | string

Required for new private message.

Optional category

category: undefined | number

Optional if creating a new topic, and ignored if creating a new post.

Optional createdAt

createdAt: undefined | string

raw

raw: string

Optional targetRecipients

targetRecipients: undefined | string

Required for private message, comma separated.

Optional targetUsernames

targetUsernames: undefined | string

Deprecated. Use target_recipients instead.

Optional title

title: undefined | string

Required if creating a new topic or new private message.

Optional topicId

topicId: undefined | number

Required if creating a new post.

Static attributeTypeMap

attributeTypeMap: Array<{ baseName: string; name: string; type: string }> = [{"name": "title","baseName": "title","type": "string"},{"name": "raw","baseName": "raw","type": "string"},{"name": "topicId","baseName": "topic_id","type": "number"},{"name": "category","baseName": "category","type": "number"},{"name": "targetRecipients","baseName": "target_recipients","type": "string"},{"name": "targetUsernames","baseName": "target_usernames","type": "string"},{"name": "archetype","baseName": "archetype","type": "string"},{"name": "createdAt","baseName": "created_at","type": "string"} ]

Static discriminator

discriminator: string | undefined = undefined

Methods

Static getAttributeTypeMap

  • getAttributeTypeMap(): { baseName: string; name: string; type: string }[]

Generated using TypeDoc