GetStickers class
Returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. If the query is non-empty, then favorite, recently used or trending stickers may also be returned.
Returns Stickers.
- Inheritance
- Available Extensions
Constructors
- GetStickers({required StickerType sticker_type, String? query, required int limit, required int chat_id, int? extra, int? clientId})
- Returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. If the query is non-empty, then favorite, recently used or trending stickers may also be returned
Properties
- chat_id ↔ int
-
Chat identifier for which to return stickers. Available custom emoji stickers may be different for different chats.
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
- limit ↔ int
-
The maximum number of stickers to be returned.
read / write
- query ↔ String?
-
Search query; a space-separated list of emoji or a keyword prefix. If empty, returns all known installed stickers.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sticker_type ↔ StickerType
-
Type of the stickers to return.
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) → GetStickers? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"getStickers"