Interface Comment

A comment on Trakt

Hierarchy

  • Comment

Properties

comment: string

Actual comment

created_at: string

ISO string for time created at

id: number

Comment Id

likes: number

Number of likes on comment

parent_id: number

Id of parent

replies: number

Number of replies

review: boolean

If a review

spoiler: boolean

If a spoiler

updated_at: string

ISO string for time last updated at

Poster's profile

user_stats: {
    completed_count: 1;
    play_count: number;
    rating: number;
}

Poster's stats

Type declaration

  • completed_count: 1

    Number of times user has completed the media

  • play_count: number

    Number of plays the user has for the media

  • rating: number

    User's rating of media

Generated using TypeDoc v0.23.20