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

add SendPoll

This commit is contained in:
2019-04-16 16:16:13 +08:00
parent e2267c1cb4
commit d7bbb6dd85
4 changed files with 55 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
* Type `PollOption` and `AnonymousPollOption` added
* Type `Poll` added
* 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`
* Type `PollContent` added - now it can be a value of `ContentMessage#content`
* Request `SendPoll` added and `PollContent#createResend` now use it
## 0.12.0 Webhooks