GuildBuilder class

Allows to build guild object for creating new one or modifying existing

Inheritance

Constructors

GuildBuilder()

Properties

channels List<ChannelBuilder>?
List of channel to create at guild creation
getter/setter pair
defaultMessageNotifications int?
Default message notification level
getter/setter pair
explicitContentFilter int?
Explicit content filter level
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
Base64 encoded 128x128 image
getter/setter pair
name String?
Name of Guild
getter/setter pair
region String?
Voice region id
getter/setter pair
roles List<RoleBuilder>?
List of roles to create at guild creation
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationLevel int?
Verification level
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