setStickerEmojiList
Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success.
Read more setStickerKeywords
Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success.
Read more setStickerMaskPosition
Use this method to change the mask position of a mask sticker. The sticker must belong to a sticker set that was created by the bot. Returns True on success.
Read more setStickerSetTitle
Use this method to set the title of a created sticker set. Returns True on success.
Read more setStickerSetThumbnail
Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns True on success.
Read more setCustomEmojiStickerSetThumbnail
Use this method to set the thumbnail of a custom emoji sticker set. Returns True on success.
Read more deleteStickerSet
Use this method to delete a sticker set that was created by the bot. Returns True on success.
Read more answerInlineQuery
Use this method to send answers to an inline query. On success, True is returned.No more than 50 results per query are allowed.
Read more answerWebAppQuery
Use this method to set the result of an interaction with a Web App and send a corresponding message on behalf of the user to the chat from which the query originated. On success, a SentWebAppMessage object is returned.
Read more sendInvoice
Use this method to send invoices. On success, the sent Message is returned.
Read more