StickerFullTypeCustomEmoji class
The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji.
- Inheritance
-
- Object
- TlObject
- StickerFullType
- StickerFullTypeCustomEmoji
- Available Extensions
Constructors
- StickerFullTypeCustomEmoji({required int64 custom_emoji_id, required bool needs_repainting, int? extra, int? clientId})
- The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- custom_emoji_id ↔ int64
-
Identifier of the custom emoji.
; string representation of int, use
int.parse
read / write - extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- needs_repainting ↔ bool
-
True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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) → StickerFullTypeCustomEmoji? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"stickerFullTypeCustomEmoji"