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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user