EmojiReaction class
Contains information about a emoji reaction.
- Inheritance
- Available Extensions
Constructors
- EmojiReaction({required String emoji, required String title, required bool is_active, required Sticker static_icon, required Sticker appear_animation, required Sticker select_animation, required Sticker activate_animation, required Sticker effect_animation, Sticker? around_animation, Sticker? center_animation, int? extra, int? clientId})
- Contains information about a emoji reaction
Properties
- activate_animation ↔ Sticker
-
Activate animation for the reaction.
read / write
- appear_animation ↔ Sticker
-
Appear animation for the reaction.
read / write
- around_animation ↔ Sticker?
-
Around animation for the reaction; may be null.
read / write
- center_animation ↔ Sticker?
-
Center animation for the reaction; may be null.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- effect_animation ↔ Sticker
-
Effect animation for the reaction.
read / write
- emoji ↔ String
-
Text representation of the reaction.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- is_active ↔ bool
-
True, if the reaction can be added to new messages and enabled in chats.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- select_animation ↔ Sticker
-
Select animation for the reaction.
read / write
- static_icon ↔ Sticker
-
Static icon for the reaction.
read / write
- title ↔ String
-
Reaction title.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → EmojiReaction? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"emojiReaction"