Hierarchy

  • Comment

Properties

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

The comment's author.

Type declaration

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

The comment contents.

databaseId: number

Database ID

deleted?: boolean

Comment is already deleted?

id: string

Comment ID (comment identifier)

Generated using TypeDoc v0.23.16