mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
fix in CallbackQuery
This commit is contained in:
parent
fe88cf037a
commit
2300b44aae
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 6.0.3
|
## 6.0.3
|
||||||
|
|
||||||
|
* `Core`:
|
||||||
|
* `User` in `CallbackQuery` now is `CommonUser` as well as `from`
|
||||||
* `BehaviourBuilder`:
|
* `BehaviourBuilder`:
|
||||||
* Fixes in `DeepLink` triggers and waiters
|
* Fixes in `DeepLink` triggers and waiters
|
||||||
|
|
||||||
|
@ -9,6 +9,8 @@ sealed interface CallbackQuery : FromUser {
|
|||||||
val id: CallbackQueryIdentifier
|
val id: CallbackQueryIdentifier
|
||||||
val chatInstance: String
|
val chatInstance: String
|
||||||
override val from: CommonUser
|
override val from: CommonUser
|
||||||
|
override val user: CommonUser
|
||||||
|
get() = from
|
||||||
}
|
}
|
||||||
|
|
||||||
data class UnknownCallbackQueryType(
|
data class UnknownCallbackQueryType(
|
||||||
|
Loading…
Reference in New Issue
Block a user