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

fix hierarchy of ManagedBotUpdated

This commit is contained in:
2026-04-14 19:59:52 +06:00
parent 77bf7b6e89
commit 176d0d419a
6 changed files with 2 additions and 19 deletions

View File

@@ -9,4 +9,4 @@ import kotlinx.serialization.Serializable
data class ManagedBotUpdated(
val user: PreviewUser,
val bot: PreviewBot
) : CommonEvent
)