GetStickers class
Constructors
GetStickers ({required StickerType stickerType , required String query , required int limit , required int chatId })
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
const
Properties
chatId
→ int
chatId Chat identifier for which to return stickers. Available custom emoji stickers may be different for different chats
final
hashCode
→ int
The hash code for this object.
no setter inherited
limit
→ int
limit The maximum number of stickers to be returned
final
query
→ String
query Search query; a space-separated list of emoji or a keyword prefix. If empty, returns all known installed stickers
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
stickerType
→ StickerType
stickerType Type of the stickers to return
final