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

update changelog and PollAnswer

This commit is contained in:
2023-08-19 23:55:59 +06:00
parent 1e451af508
commit 117d891ff2
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import kotlinx.serialization.descriptors.SerialDescriptor
import kotlinx.serialization.encoding.Decoder
import kotlinx.serialization.encoding.Encoder
@Serializable
@Serializable(PollAnswer.Companion::class)
sealed interface PollAnswer: FromUser {
val pollId: PollIdentifier
override val user: User