1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-03-04 01:42:23 +00:00

fixes in common bot hierarchy

This commit is contained in:
2026-02-15 14:47:47 +06:00
parent 44ce84cb84
commit 2a28f8ab39
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ sealed class Bot : User()
@Suppress("SERIALIZER_TYPE_INCOMPATIBLE")
@Serializable(UserSerializer::class)
sealed class PreviewBot : PrivateChat, PreviewChat, User()
sealed class PreviewBot : PreviewUser()
@Serializable
data class CommonBot(