mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-02 22:59:48 +00:00
UnknownPollType now can be created only inside of library
This commit is contained in:
@@ -16,7 +16,7 @@ sealed class Poll {
|
||||
}
|
||||
|
||||
@Serializable
|
||||
data class UnknownPollType(
|
||||
data class UnknownPollType internal constructor(
|
||||
@SerialName(idField)
|
||||
override val id: PollIdentifier,
|
||||
@SerialName(questionField)
|
||||
|
Reference in New Issue
Block a user