MemberBuilder class

Implemented types

Constructors

MemberBuilder()

Properties

channel Snowflake?
Id of channel to move user to (if they are connected to voice)
getter/setter pair
deaf bool?
Whether the user is deafened in voice channels.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mute bool?
Whether the user is muted in voice channels.
getter/setter pair
nick String?
Value to set user's nickname to
getter/setter pair
roles List<Snowflake>?
Array of role ids the member is assigned
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutUntil DateTime?
When the user's timeout will expire and the user will be able to communicate in the guild again (up to 28 days in the future), set to null to remove timeout
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