SearchStickers class

Searches for stickers from public sticker sets that correspond to any of the given emoji.

Returns Stickers.

Inheritance
Available Extensions

Constructors

SearchStickers({required StickerType sticker_type, required String emojis, required int limit, int? extra, int? clientId})
Searches for stickers from public sticker sets that correspond to any of the given emoji

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
emojis String
Space-separated list of emoji to search for; must be non-empty.
read / write
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; 0-100.
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) SearchStickers?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"searchStickers"