Interface IScheduledEventOptions

interface IScheduledEventOptions {
    channel?: VoiceBasedChannel;
    entityMetadata?: GuildScheduledEventEntityMetadataOptions;
}

Properties

channel?: VoiceBasedChannel
entityMetadata?: GuildScheduledEventEntityMetadataOptions

Generated using TypeDoc