haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetStickers

Synopsis

Documentation

data GetStickers Source #

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

Constructors

GetStickers 

Fields

  • sticker_type :: Maybe StickerType

    Type of the stickers to return

  • query :: Maybe Text

    Search query; a space-separated list of emojis or a keyword prefix. If empty, returns all known installed stickers

  • limit :: Maybe Int

    The maximum number of stickers to be returned

  • chat_id :: Maybe Int

    Chat identifier for which to return stickers. Available custom emoji stickers may be different for different chats