diff --git a/data/web/corefork.telegram.org/api/action-bar.html b/data/web/corefork.telegram.org/api/action-bar.html index 0f98c21e24..bb9b31d924 100644 --- a/data/web/corefork.telegram.org/api/action-bar.html +++ b/data/web/corefork.telegram.org/api/action-bar.html @@ -151,7 +151,11 @@ Optionally, the peerSettings.need_
  • A button to manage the bot, by opening the deep link in business_bot_manage_url
  • A button to disconnect the bot from this chat, which when pressed should invoke account.disablePeerConnectedBot » to permanently disconnect the bot from this peer (this will also hide the action bar, unsetting the business_bot_manage_url and business_bot_id fields).
  • -

    See here » for more info on business bots.

    +

    See here » for more info on business bots.

    +

    Bot ads

    +

    This bar contains advertisements.

    +

    Condition: the current chat is a private chat with a bot and messages.getSponsoredMessages returned some sponsored messages for this bot.

    +

    See here » for more info on how to render this action bar.

    diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index a2b2add4d4..773989d11f 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -46,6 +46,7 @@

    Below you will find information on schema changes. For more details on the use of layers, see Invoking API methods.

    Layer 192

    +

    This layer adds support for paid broadcasts for bots, through the new allow_paid_floodskip flag.

    Schema changes

    New Methods