StickerFullTypeCustomEmoji class
- Inheritance
-
- Object
- TdObject
- StickerFullType
- StickerFullTypeCustomEmoji
Constructors
- StickerFullTypeCustomEmoji({required int customEmojiId, required bool needsRepainting})
-
The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji
const
-
StickerFullTypeCustomEmoji.fromJson(Map<
String, dynamic> json) -
Parse from a json
factory
Properties
- clientId → int?
-
client identifier
no setterinherited
- customEmojiId → int
-
customEmojiId Identifier of the custom emoji
final
- extra → dynamic
-
callback sign
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- needsRepainting → bool
-
needsRepainting 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
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{int? customEmojiId, bool? needsRepainting}) → StickerFullTypeCustomEmoji -
override
-
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