GuildEventBuilder class

Implemented types

Constructors

GuildEventBuilder({Snowflake? channelId, String? description, DateTime? endDate, EntityMetadataBuilder? metadata, String? name, GuildEventPrivacyLevel? privacyLevel, DateTime? startDate, GuildEventStatus? status, GuildEventType? type})

Properties

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

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