GuildEventBuilder class

Implemented types

Constructors

GuildEventBuilder()

Properties

channelId Snowflake?
The channel id of the scheduled event, set to null if changing entity type to EXTERNAL
getter/setter pair
description String?
The description of the scheduled event
getter/setter pair
endDate DateTime?
The time when the scheduled event is scheduled to end
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata ↔ EntityMetadataBuilder?
The entity metadata of the scheduled event
getter/setter pair
name String?
The name of the scheduled event
getter/setter pair
privacyLevel ↔ GuildEventPrivacyLevel?
The privacy level of the scheduled event
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
The time to schedule the scheduled event
getter/setter pair
status ↔ GuildEventStatus?
The status of the scheduled event
getter/setter pair
type ↔ GuildEventType?
The entity type of the scheduled event
getter/setter pair

Methods

build() RawApiMap
Returns built response for api
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited