UnknownPollType now can be created only inside of library

This commit is contained in:
InsanusMokrassar 2020-01-23 22:15:08 +06:00
parent 1a258ae912
commit 7a880ba2bd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ sealed class Poll {
}
@Serializable
data class UnknownPollType(
data class UnknownPollType internal constructor(
@SerialName(idField)
override val id: PollIdentifier,
@SerialName(questionField)