From f8d539e08e72794f8cbc2c933114f060a52176d5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 2 Jul 2024 16:46:54 +0000 Subject: [PATCH] Update content of files --- .../corefork.telegram.org/api/business.html | 2 +- .../web/corefork.telegram.org/api/layers.html | 16 +++---- .../constructor/channelFull.html | 3 +- .../account.disablePeerConnectedBot.html | 9 ++-- .../account.getBotBusinessConnection.html | 13 +++-- .../method/account.getConnectedBots.html | 18 ++++--- .../account.updateBusinessAwayMessage.html | 34 ++++--------- ...account.updateBusinessGreetingMessage.html | 30 ++++-------- .../method/auth.requestFirebaseSms.html | 2 +- .../method/channels.setEmojiStickers.html | 48 ++++++------------- data/web/corefork.telegram.org/methods.html | 14 +++--- data/web/corefork.telegram.org/type/Bool.html | 8 ++-- .../corefork.telegram.org/type/Updates.html | 4 +- .../type/account.ConnectedBots.html | 6 +-- 14 files changed, 83 insertions(+), 124 deletions(-) diff --git a/data/web/corefork.telegram.org/api/business.html b/data/web/corefork.telegram.org/api/business.html index 266507554b..8b632c9507 100644 --- a/data/web/corefork.telegram.org/api/business.html +++ b/data/web/corefork.telegram.org/api/business.html @@ -323,7 +323,7 @@ invokeWithBusinessConnection#dd289f8e {X:Type} connection_id:string query:!X = X Bots which may be connected to user accounts have the user.bot_business flag set; trying to connect a non-business bot will emit a BOT_BUSINESS_MISSING error.

Use account.updateConnectedBot » to connect a business bot to the current account, or to change the connection settings.
Use account.updateConnectedBot » with the deleted flag set to disconnect a business bot from the current account.
-Use account.getConnectedBots » list all currently connect business bots.

+Use account.getConnectedBots » list all currently connected business bots.

Use account.toggleConnectedBotPaused » to pause or unpause a specific chat, temporarily disconnecting it from all business bots (equivalent to temporarily specifying it in recipients.exclude_users during initial configuration with account.updateConnectedBot »).
Use account.disablePeerConnectedBot » to permanently disconnect a specific chat from all business bots (equivalent to specifying it in recipients.exclude_users during initial configuration with account.updateConnectedBot »); to reconnect of a chat disconnected using this method the user must reconnect the entire bot by invoking account.updateConnectedBot ».

The above two methods should be invoked when pressing the appropriate buttons in the action bar, see here » for more info on the business bot action bar that should be displayed on all peers currently managed by the bot, according to the action bar flags ».

diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index 3bba7aee6a..44a18d4da9 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -248,13 +248,13 @@
New Methods
Changed Methods
@@ -574,7 +574,7 @@
  • Added messages.getOutboxReadDate -
  • Added users.getIsPremiumRequiredToContact - Check whether we can write to the specified user (non-Premium users only).
  • Added channels.setBoostsToUnblockRestrictions -
  • -
  • Added channels.setEmojiStickers -
  • +
  • Added channels.setEmojiStickers - Set a custom emoji stickerset for supergroups. Only usable after reaching at least the boost level » specified in the group_emoji_stickers_level_min » config parameter.
  • Changed Methods