1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-16 13:49:26 +00:00

fix in CallbackQuery

This commit is contained in:
2023-03-02 12:43:39 +06:00
parent fe88cf037a
commit 2300b44aae
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ sealed interface CallbackQuery : FromUser {
val id: CallbackQueryIdentifier
val chatInstance: String
override val from: CommonUser
override val user: CommonUser
get() = from
}
data class UnknownCallbackQueryType(