cancellation
cancellation: undefined | null | {
createdBy: string;
description?: string;
}
Type declaration
createdBy: string
Optionaldescription?: string
channelID
channelID: string
color
color: null | number
createdAt
createdAt: null | Date
data
data: {
autofillWaitlist?: boolean;
cancellation?: {
createdBy: string;
description?: string;
};
channelId: string;
color?: number;
createdAt: string;
createdBy: string;
description?: string;
duration?: number;
groupId: string;
id: number;
isAllDay?: boolean;
isPrivate?: boolean;
location?: string;
mentions?: {
channels?: {
id: string;
}[];
everyone?: boolean;
here?: boolean;
roles?: {
id: number;
}[];
users?: {
id: string;
}[];
};
name: string;
repeats?: boolean;
roleIds?: number[];
rsvpDisabled?: boolean;
rsvpLimit?: number;
seriesId?: string;
serverId: string;
startsAt: string;
url?: string;
}
Type declaration
OptionalautofillWaitlist?: boolean
Optionalcancellation?: {
createdBy: string;
description?: string;
}
createdBy: string
Optionaldescription?: string
channelId: string
Optionalcolor?: number
createdAt: string
createdBy: string
Optionaldescription?: string
Optionalduration?: number
groupId: string
id: number
OptionalisAllDay?: boolean
OptionalisPrivate?: boolean
Optionallocation?: string
Optionalmentions?: {
channels?: {
id: string;
}[];
everyone?: boolean;
here?: boolean;
roles?: {
id: number;
}[];
users?: {
id: string;
}[];
}
Optionalchannels?: {
id: string;
}[]
Optionaleveryone?: boolean
Optionalhere?: boolean
Optionalroles?: {
id: number;
}[]
Optionalusers?: {
id: string;
}[]
name: string
Optionalrepeats?: boolean
OptionalroleIds?: number[]
OptionalrsvpDisabled?: boolean
OptionalrsvpLimit?: number
OptionalseriesId?: string
serverId: string
startsAt: string
Optionalurl?: string
description
description: null | string
duration
duration: number
guildID
guildID: string
isPrivate
isPrivate: boolean
location
location: null | string
mentions
mentions: null | {
channels?: {
id: string;
}[];
everyone?: boolean;
here?: boolean;
roles?: {
id: number;
}[];
users?: {
id: string;
}[];
}
Type declaration
Optionalchannels?: {
id: string;
}[]
Optionaleveryone?: boolean
Optionalhere?: boolean
Optionalroles?: {
id: number;
}[]
Optionalusers?: {
id: string;
}[]
name
name: string
ownerID
ownerID: string
rsvpLimit
rsvpLimit: null | number
rsvps
startsAt
startsAt: null | Date
url
url: null | string
Details about event cancellation (if canceled)