1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-16 13:49:26 +00:00

StopPoll and deprecations of By*MessageId

This commit is contained in:
2019-04-16 16:45:20 +08:00
parent d7bbb6dd85
commit 3bb1cb1552
15 changed files with 77 additions and 33 deletions

View File

@@ -7,6 +7,11 @@
* Type `PollUpdate` added and implemented in `RawUpdate`. Now `PollUpdate` can be retrieved from `RawUpdate`
* Type `PollContent` added - now it can be a value of `ContentMessage#content`
* Request `SendPoll` added and `PollContent#createResend` now use it
* `ByInlineMessageId` is deprecated (use `InlineMessageAction` instead)
* `ByMessageId` is deprecated (use `MessageAction` instead)
* Most part of requests which are working with identifiers of messages now implement `MessageAction` directly or
by their parents
* `StopPoll` implemented
## 0.12.0 Webhooks