StickerBuilder class
Create a new sticker for the guild
- Implemented types
Constructors
- StickerBuilder({String description = '', required AttachmentBuilder file, String name = '', String tags = ''})
Properties
- description ↔ String
-
Description of the sticker (empty or 2-100 characters)
read / write
- file ↔ AttachmentBuilder
-
File that Sticker should be added to sticker
latefinal
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String
-
Name of the sticker (2-30 characters)
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)
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