1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 05:09:30 +00:00

now ChatPhoto have two additional fields: smallFileUniqueId and bigFileUniqueId

This commit is contained in:
2020-01-01 22:18:51 +06:00
parent 5ee472305c
commit 198e15a937
3 changed files with 15 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
## 0.21.0 TelegramBotAPI 4.5
* Now `ChatPhoto` have two additional fields: `smallFileUniqueId` and `bigFileUniqueId`
* Now any administrator object instance have `customTitle` nullable field
* Added the new request `SetChatAdministratorCustomTitle` to manage the custom titles of administrators promoted by the
bot.