All Versions
12
Latest Version
Avg Release Cycle
147 days
Latest Release
1608 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.1
October 20, 2020 -
v5.0.0
October 09, 2018 -
v5.0.0-rc1
October 09, 2018 -
v4.6.4
October 09, 2018 -
v4.6.3
October 08, 2018 -
v4.6.2
March 28, 2018 -
v4.6.1
November 09, 2017 -
v4.6 Changes
November 25, 2016๐ This release adds the new features and changes from the Telegram Bot API 2.3.
๐ Please note that Telegram is deprecating the
hide_keyboard
field in favor ofremove_keyboard
. -
v4.5.1 Changes
August 01, 2016chat_id and message_id should be sent only if there is no
inline_message_id (and vice versa), according to documentation.
Without this change it is impossible to edit a message by InlineMessageID, because chat_id and message_id are always presented in a query and the Telegram server tries to use them instead of InlineMessageID -
v4.5.0 Changes
July 27, 2016๐ This release adds the following new helper methods.
NewInlineQueryResultArticleMarkdown(id, title, messageText string)
NewInlineQueryResultArticleHTML(id, title, messageText string)
NewInlineQueryResultPhotoWithThumb(id, url, thumb string)
โก๏ธ It also fixes a bug where update offsets could not be negative, which is a valid value.