AnimatedEmoji class

Inheritance

Constructors

AnimatedEmoji({required Sticker sticker, required int fitzpatrickType, File? sound, dynamic extra, int? clientId})
Describes an animated representation of an emoji
const
AnimatedEmoji.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
clientId client identifier
final
extra → dynamic
extra callback sign
final
fitzpatrickType int
fitzpatrickType Emoji modifier fitzpatrick type; 0-6; 0 if none
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound File?
sound File containing the sound to be played when the animated emoji is clicked if any; may be null. The sound is encoded with the Opus codec, and stored inside an OGG container
final
sticker Sticker
sticker Animated sticker for the emoji
final

Methods

copyWith({Sticker? sticker, int? fitzpatrickType, File? sound, dynamic extra, int? clientId}) AnimatedEmoji
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String