Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BotCommentResponse

Hierarchy

  • BotCommentResponse

Index

Properties

createdAt?: number

When isUpdated === true, this will be replaced by updatedAt

isUpdated: boolean

Whether comment was updated or not

text: string

Comment's text

updatedAt?: number

When isUpdated === false, this will be replaced by createdAt

userID: string

Id of user that posted this comment

vote: number

Comment's vote Id

Generated using TypeDoc