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