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

new request CopyMessage (#187)

This commit is contained in:
2020-11-05 20:27:45 +06:00
parent d5e283e7ba
commit 6bdefb6f8f
2 changed files with 78 additions and 0 deletions

View File

@@ -60,6 +60,7 @@
* Previous `CommonMessageImpl` safely renamed to `PrivateMessageImpl`
* New property `PromoteChatMember#isAnonymous`
* Update all classes which must have `entities`/`caption_entities` fields
* New request `CopyMessage`
* `API`:
* Extensions `TelegramBot#pinChatMessage` now support any `Chat` and `Message`s from any `Chat`
* New extensions `TelegramBot#unpinAllChatMessages`