We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7281159 commit 359ba3eCopy full SHA for 359ba3e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.4.2
2
+
3
+- Added missing @JsonKey annotations for `InputMessageContent` in `InlineQueryResultArticle`
4
+- Added missing @JsonKey annotation for `LinkPreviewOptions` in `InputTextMessageContent`
5
+- Thanks to [@otopba](https://github.com/otopba) for [#327](https://github.com/xooniverse/televerse/pull/327)
6
7
# 2.4.1
8
9
- Fix typo in `MessageOriginChannel`
pubspec.yaml
@@ -1,6 +1,6 @@
name: televerse
description: Televerse lets you create your own efficient Telegram bots with ease in Dart. Supports latest Telegram Bot API - 8.3!
-version: 2.4.1
+version: 2.4.2
homepage: https://televerse.xooniverse.com
repository: https://github.com/xooniverse/televerse
topics:
0 commit comments