GetStickers constructor

GetStickers(
  1. {required StickerType sticker_type,
  2. String? query,
  3. required int limit,
  4. required int chat_id,
  5. int? extra,
  6. 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

Returns Stickers

Implementation

GetStickers