Class CalendarEventRSVP

CalendarEventRSVP represents a guild member's event RSVP. It gives information about a member's set presence to an event.

Hierarchy

  • Base
    • CalendarEventRSVP

Constructors

Properties

_createdAt: null | number

Timestamp (unix epoch time) of the rsvp's creation.

channelID: string

Calendar channel id.

client: Client

Bot's client.

createdBy: string

ID of the member that created the rsvp.

Raw data

guildID: string

Guild/server ID.

id: string | number

Item ID

memberID: string

RSVP member id

Status of the RSVP

updatedBy?: null | string

ID of the member that updated the rsvp (if updated)

Accessors

Methods