You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
I will do my best to keep this updated with changes as they happen.
4
4
5
+
## 0.29.0
6
+
7
+
**The core functionality of Tourmaline is now auto generated from the official Bot API documentation. This means that Tourmaline will always be up to date with the latest version of the Bot API.**
8
+
9
+
### Added:
10
+
11
+
- New method set_my_name to change the bot's name. Returns True on success.
12
+
- New method get_my_name to get the current bot name for the user's language. Returns BotName on success.
13
+
- New Tourmaline::BotName class to represent the bot's name.
14
+
- New Tourmaline::InlineQueryResultsButton class to represent a button shown above inline query results.
15
+
- New Tourmaline::SwitchInlineQueryChosenChat class to represent an inline button for switching the user to inline mode in a chosen chat.
16
+
17
+
### Changed:
18
+
19
+
- Updated Tourmaline::WriteAccessAllowed class to include an optional web_app_name property for the Web App launched from a link.
20
+
- Modified Tourmaline::InlineKeyboardButton class to include an optional switch_inline_query_chosen_chat property.
21
+
- Updated Tourmaline::CallbackQuery class to include an optional via_chat_folder_invite_link property.
22
+
- Modified answerInlineQuery method to accept a Tourmaline::InlineQueryResultsButton instead of switch_pm_text and switch_pm_parameter parameters.
23
+
24
+
### Fixed:
25
+
26
+
No bug fixes reported in this diff.
27
+
5
28
## 0.28.0
6
29
7
30
**This release contains major breaking changes. If you currently rely on Tourmaline as a framework you may not want to update.**
0 commit comments