GetAllStickerEmojis class
Returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id).
Returns Emojis.
- Inheritance
- Available Extensions
Constructors
- GetAllStickerEmojis({required StickerType sticker_type, required String query, required int chat_id, required bool return_only_main_emoji, int? extra, int? clientId})
- Returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id)
Properties
- chat_id ↔ int
-
Chat identifier for which to find stickers.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- query ↔ String
-
Search query.
read / write
- return_only_main_emoji ↔ bool
-
Pass true if only main emoji for each found sticker must be included in the result.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sticker_type ↔ StickerType
-
Type of the stickers to search for.
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) → GetAllStickerEmojis? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"getAllStickerEmojis"