mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
update changelog and PollAnswer
This commit is contained in:
parent
1e451af508
commit
117d891ff2
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 9.1.0
|
## 9.1.0
|
||||||
|
|
||||||
|
**This update contains adding of [Telegram Bot API 6.8](https://core.telegram.org/bots/api-changelog#august-18-2023) support**
|
||||||
|
|
||||||
* `Version`:
|
* `Version`:
|
||||||
* `Coroutines`: `1.7.2` -> `1.7.3`
|
* `Coroutines`: `1.7.2` -> `1.7.3`
|
||||||
* `Ktor`: `2.3.2` -> `2.3.3`
|
* `Ktor`: `2.3.2` -> `2.3.3`
|
||||||
|
@ -10,7 +10,7 @@ import kotlinx.serialization.descriptors.SerialDescriptor
|
|||||||
import kotlinx.serialization.encoding.Decoder
|
import kotlinx.serialization.encoding.Decoder
|
||||||
import kotlinx.serialization.encoding.Encoder
|
import kotlinx.serialization.encoding.Encoder
|
||||||
|
|
||||||
@Serializable
|
@Serializable(PollAnswer.Companion::class)
|
||||||
sealed interface PollAnswer: FromUser {
|
sealed interface PollAnswer: FromUser {
|
||||||
val pollId: PollIdentifier
|
val pollId: PollIdentifier
|
||||||
override val user: User
|
override val user: User
|
||||||
|
Loading…
Reference in New Issue
Block a user