AvailableTagBuilder class

Implemented types

Constructors

AvailableTagBuilder(String name, bool moderated)

Properties

emoji IEmoji?
Emoji for tag
read / write
hashCode int
The hash code for this object.
read-onlyinherited
moderated bool
Whether this tag can only be added to or removed from threads by a member with the MANAGE_THREADS permission
read / write
name String
The name of the tag (0-20 characters)
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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