diff --git a/data/web/blogfork.telegram.org/bots/api-changelog.html b/data/web/blogfork.telegram.org/bots/api-changelog.html index 263b655816..a4d9c9a0b2 100644 --- a/data/web/blogfork.telegram.org/bots/api-changelog.html +++ b/data/web/blogfork.telegram.org/bots/api-changelog.html @@ -55,6 +55,15 @@ To learn how to create…">
Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk
Bot API 6.8
+Bot API 6.7
Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk
Bot API 6.8
+Bot API 6.7
+Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk
Bot API 6.8
+startapp
parameter in direct Web App links.Bot API 6.7
This object represents a message about a forwarded story in the chat. Currently holds no information.
This object represents a video file.
Unique poll identifier | |||
voter_chat | +Chat | +Optional. The chat that changed the answer to the poll, if the voter is anonymous | +|
user | User | -The user, who changed the answer to the poll | +Optional. The user that changed the answer to the poll, if the voter isn't anonymous |
option_ids | Array of Integer | -0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote. | +0-based identifiers of chosen answer options. May be empty if the vote was retracted. |
Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success.
+Parameter | +Type | +Required | +Description | +
---|---|---|---|
chat_id | +Integer or String | +Yes | +Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername ) |
+
Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned.
diff --git a/data/web/corefork.telegram.org/bots/api-changelog.html b/data/web/corefork.telegram.org/bots/api-changelog.html index cbc813cf18..b9fa2c889d 100644 --- a/data/web/corefork.telegram.org/bots/api-changelog.html +++ b/data/web/corefork.telegram.org/bots/api-changelog.html @@ -55,6 +55,15 @@ To learn how to create…">Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk
Bot API 6.8
+Bot API 6.7
+Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk
Bot API 6.8
+startapp
parameter in direct Web App links.Bot API 6.7
This object represents a message about a forwarded story in the chat. Currently holds no information.
This object represents a video file.
Unique poll identifier | |||
voter_chat | +Chat | +Optional. The chat that changed the answer to the poll, if the voter is anonymous | +|
user | User | -The user, who changed the answer to the poll | +Optional. The user that changed the answer to the poll, if the voter isn't anonymous |
option_ids | Array of Integer | -0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote. | +0-based identifiers of chosen answer options. May be empty if the vote was retracted. |
Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success.
+Parameter | +Type | +Required | +Description | +
---|---|---|---|
chat_id | +Integer or String | +Yes | +Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername ) |
+
Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned.