Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Comment

Index

Properties

author?: { avatar: { thumbnailUrl: string; url: string }; created: string; databaseId: number; description: string; friends: { count: number }; nick: string; points: number; receivedThanks: number }

The comment's author.

Type declaration

  • avatar: { thumbnailUrl: string; url: string }
    • thumbnailUrl: string
    • url: string
  • created: string
  • databaseId: number
  • description: string
  • friends: { count: number }
    • count: number
  • nick: string
  • points: number
  • receivedThanks: number
content: string

The comment contents.

deleted?: boolean

Comment is already deleted?

id: number

Comment ID (comment identifier)

Generated using TypeDoc version 0.22.15, the 5/5/2022 at 7:24:56 PM