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

channelID: string

Calendar channel id.

client: Client

Bot's client.

createdAt: null | Date

When the RSVP was created.

creatorID: string

ID of the user who created this RSVP.

Raw data

entityID: string

ID of the entity assigned to this Event RSVP.

guildID: string

Guild/server ID.

id: string | number

Item ID

Status of the RSVP

updatedBy?: null | string

ID of the member who updated the rsvp, if updated.

Methods