setStickerSetTitle
Use this method to set the title of a created sticker set. Returns True on success. This method support both normal and static use
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. This method support both normal and static use
Read more setCustomEmojiStickerSetThumbnail
Use this method to set the thumbnail of a custom emoji sticker set. Returns True on success. This method support both normal and static use
Read more deleteStickerSet
Use this method to delete a sticker set that was created by the bot. Returns True on success. This method support both normal and static use
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. This method support both normal and static use
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. This method support both normal and static use
Read more sendInvoice
Use this method to send invoices. On success, the sent Message is returned. This method support both normal and static use
Read more createInvoiceLink
Use this method to create a link for an invoice. Returns the created invoice link as String on success. This method support both normal and static use
Read more answerShippingQuery
If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is returned. This method support both normal and static use
Read more answerPreCheckoutQuery
Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of an Update with the field pre_checkout_query. Use this method to respond to such pre-checkout queries. On success, True is returned. Note: The Bot API must receive an answer within 10 seconds after the pre-checkout query was sent. This method support both normal and static use
Read more