Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LoggedInAccountComment

Hierarchy

Index

Properties

Methods

Properties

author

author: LoggedInUser

createdAt

createdAt: GDDate

The time when the comment was created

id

id: number

The ID of the comment

isSpam

isSpam: boolean

Whether or not the comment has been marked as spam

likes

likes: number

The number of likes on the comment

text

text: string

The text in the comment

Methods

delete

  • delete(): Promise<boolean>
  • Deletes the comment from the Geometry Dash servers

    async

    Returns Promise<boolean>

    A promise that resolves with a boolean of whether deletion was successful

Generated using TypeDoc