AvailableEffect class

Available Effect.

ID: 93c3e27e.

Inheritance

Constructors

AvailableEffect({required bool premiumRequired, required int id, required String emoticon, int? staticIconId, required int effectStickerId, int? effectAnimationId})
Available Effect constructor.
const
AvailableEffect.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

effectAnimationId int?
Effect Animation Id.
final
effectStickerId int
Effect Sticker Id.
final
emoticon String
Emoticon.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
premiumRequired bool
premium_required: bit 2 of flags.2?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staticIconId int?
Static Icon Id.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited