fix in CallbackQuery

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

View File

@ -2,6 +2,8 @@
## 6.0.3
* `Core`:
* `User` in `CallbackQuery` now is `CommonUser` as well as `from`
* `BehaviourBuilder`:
* Fixes in `DeepLink` triggers and waiters

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(