SetStickerEmojis class
- Inheritance
-
- Object
- TdFunction
- SetStickerEmojis
Constructors
- SetStickerEmojis({required InputFile sticker, required String emojis})
-
Changes the list of emoji corresponding to a sticker; for bots only. The sticker must belong to a regular or custom emoji sticker set created by the bot
const
Properties
Methods
-
copyWith(
{InputFile? sticker, String? emojis}) → SetStickerEmojis -
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