Skip to content

Commit

Permalink
Update to Bot API 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
printercu committed May 12, 2024
1 parent ffd17ec commit 50fb12a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/telegram/bot/client/api_methods.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated with bin/fetch-telegram-methods
# Bot API 7.0
# Bot API 7.3

getUpdates
setWebhook
Expand Down Expand Up @@ -74,6 +74,7 @@ unhideGeneralForumTopic
unpinAllGeneralForumTopicMessages
answerCallbackQuery
getUserChatBoosts
getBusinessConnection
setMyCommands
deleteMyCommands
getMyCommands
Expand Down Expand Up @@ -106,6 +107,7 @@ createNewStickerSet
addStickerToSet
setStickerPositionInSet
deleteStickerFromSet
replaceStickerInSet
setStickerEmojiList
setStickerKeywords
setStickerMaskPosition
Expand Down
4 changes: 4 additions & 0 deletions lib/telegram/bot/updates_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ class UpdatesController < AbstractController::Base # rubocop:disable Metrics/Cla
edited_message
channel_post
edited_channel_post
business_connection
business_message
edited_business_message
deleted_business_messages
message_reaction
message_reaction_count
inline_query
Expand Down

0 comments on commit 50fb12a

Please sign in to comment.