Interface PartialGuildScheduledEvent

Hierarchy

Properties

channel: null | StageChannel | VoiceChannel
channelId: null | string
client: Client<true>
createdAt: Date
createdTimestamp: number
creator: null | User
creatorId: null | string
description: null | string
entityId: null | string
entityMetadata: null | GuildScheduledEventEntityMetadata
guild: null | Guild
guildId: string
id: string
image: null | string
name: null | string
partial: true
privacyLevel: null | GuildOnly
scheduledEndAt: null | Date
scheduledEndTimestamp: null | number
scheduledStartAt: null | Date
scheduledStartTimestamp: null | number
url: string
userCount: null

Methods

  • Parameters

    Returns null | string

  • Parameters

    Returns Promise<string>

  • Type Parameters

    Parameters

    • status: AcceptableStatus
    • Optional reason: string

    Returns Promise<GuildScheduledEvent<AcceptableStatus>>

  • Parameters

    • Rest ...props: Record<string, string | boolean>[]

    Returns unknown

  • Returns string

  • Returns string

Generated using TypeDoc