зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-08-28 15:26:18 +03:00
Update to Bot API 7.3
Этот коммит содержится в:
@@ -1,5 +1,5 @@
|
||||
# Generated with bin/fetch-telegram-methods
|
||||
# Bot API 7.0
|
||||
# Bot API 7.3
|
||||
|
||||
getUpdates
|
||||
setWebhook
|
||||
@@ -74,6 +74,7 @@ unhideGeneralForumTopic
|
||||
unpinAllGeneralForumTopicMessages
|
||||
answerCallbackQuery
|
||||
getUserChatBoosts
|
||||
getBusinessConnection
|
||||
setMyCommands
|
||||
deleteMyCommands
|
||||
getMyCommands
|
||||
@@ -106,6 +107,7 @@ createNewStickerSet
|
||||
addStickerToSet
|
||||
setStickerPositionInSet
|
||||
deleteStickerFromSet
|
||||
replaceStickerInSet
|
||||
setStickerEmojiList
|
||||
setStickerKeywords
|
||||
setStickerMaskPosition
|
||||
|
||||
@@ -94,6 +94,10 @@ module Telegram
|
||||
edited_message
|
||||
channel_post
|
||||
edited_channel_post
|
||||
business_connection
|
||||
business_message
|
||||
edited_business_message
|
||||
deleted_business_messages
|
||||
message_reaction
|
||||
message_reaction_count
|
||||
inline_query
|
||||
|
||||
@@ -20,6 +20,10 @@ RSpec.describe Telegram::Bot::UpdatesController::TypedUpdate do
|
||||
chat_join_request
|
||||
|
||||
# TODO: remove when added to telegram-bot-types
|
||||
business_connection
|
||||
business_message
|
||||
edited_business_message
|
||||
deleted_business_messages
|
||||
message_reaction
|
||||
message_reaction_count
|
||||
chat_boost
|
||||
|
||||
Ссылка в новой задаче
Block a user