iansetr.blogg.se

Telegram app
Telegram app





telegram app
  1. #Telegram app how to#
  2. #Telegram app update#

  • Added the method createInvoiceLink to generate an HTTP link for an invoice.
  • #Telegram app update#

    Bots will receive a “chat_join_request” update as usual.

  • Added the ability to process join requests which were created without an invite link.
  • Added the fields join_to_send_messages and join_by_request to the class Chat.
  • Added the events backButtonClicked, settingsButtonClicked, invoiceClosed.
  • Added the fields chat, can_send_after to the class WebAppInitData.
  • Added the method offClick to the class MainButton.
  • Added the field secondary_bg_color to the class ThemeParams.
  • Added the fields version, headerColor, backgroundColor, BackButton, HapticFeedback and the methods isVersionAtLeast, setHeaderColor, setBackgroundColor, openLink, openTelegramLink, openInvoice to the class WebApp.
  • Added support for photos and videos in the 'What can this bot do?' section (shown on the bot's start screen).
  • Added the field has_restricted_voice_and_video_messages to the class Chat to support the new setting.
  • Added the field is_premium to the class WebAppUser.
  • Added the field isClosingConfirmationEnabled and the methods enableClosingConfirmation, disableClosingConfirmation, showPopup, showAlert, showConfirm to the class WebApp.
  • The parameter will still work for backward compatibility, but new bots should use the parameter sticker_type instead.
  • The parameter contains_masks has been removed from the documentation of the method createNewStickerSet.
  • Added the parameter sticker_type to the method createNewStickerSet.
  • The field is still returned in the object for backward compatibility, but new bots should use the field sticker_type instead.
  • The field contains_masks has been removed from the documentation of the class StickerSet.
  • Added the field sticker_type to the class StickerSet, describing the type of stickers in the set.
  • Added the fields type and custom_emoji_id to the class Sticker.
  • Added the method getCustomEmojiStickers.
  • Added the field custom_emoji_id to the class MessageEntity for “custom_emoji” entities.
  • Added the MessageEntity type “custom_emoji”.
  • Subscribe to to be the first to know about the latest updates and join the discussion in August 12, 2022

    #Telegram app how to#

    To learn how to create and set up a bot, please consult our Introduction to Bots and Bot FAQ. The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram.







    Telegram app