Skip to content

Commit

Permalink
Version 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenlagus committed Jul 6, 2024
1 parent 178116f commit 145390b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Writerside/topics/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Find here changelog for all releases though the years

## 7.6.0
1. Update Api version [7.6](https://core.telegram.org/bots/api-changelog#july-1-2024)
2. Fix #1388, #1355

[How to update to version 7.6.0](How-To-Update.md#to-version-7-6-0)

## 7.5.0
1. Update Api version [7.5](https://core.telegram.org/bots/api-changelog#june-18-2024)

Expand Down
3 changes: 3 additions & 0 deletions Writerside/topics/How-To-Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

If there are any changes required to update to a new version, they'll be listed here.

## To version 7.6.0
1. If you are using a custom TelegramClient, you'll need to implement the new methods for `SendPaidMedia`

## To version 7.3.0
1. Class `org.telegram.telegrambots.meta.api.objects.Chat` has been split (as per API guidelines) into `org.telegram.telegrambots.meta.api.objects.chat.Chat` and `org.telegram.telegrambots.meta.api.objects.chat.ChatFullInfo`, old class is still available but unused.

Expand Down
2 changes: 1 addition & 1 deletion Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<var name="project_url" value="https://github.com/rubenlagus/TelegramBots"/>
<var name="tg_url" value="https://core.telegram.org/bots/api"/>
<var name="tg" value="Telegram Bots Api"/>
<var name="version" value="7.5.0" />
<var name="version" value="7.6.0" />
<var name="emoji_version" value="5.1.1" />
<var name="lettuce_version" value="6.3.2.RELEASE" />
<var name="spring_version" value="3.2.4" />
Expand Down

0 comments on commit 145390b

Please sign in to comment.