mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
fix of WebAppInitData#queryId js name
This commit is contained in:
parent
32b83ac687
commit
aa6e5b2284
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## 0.38.21
|
## 0.38.21
|
||||||
|
|
||||||
|
* `WebApps`:
|
||||||
|
* `WebAppInitData#queryId` now have correct js name of field
|
||||||
|
|
||||||
## 0.38.20
|
## 0.38.20
|
||||||
|
|
||||||
* `BehaviourBuilder FSM`:
|
* `BehaviourBuilder FSM`:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
package dev.inmo.tgbotapi.webapps
|
package dev.inmo.tgbotapi.webapps
|
||||||
|
|
||||||
import dev.inmo.tgbotapi.types.MilliSeconds
|
import dev.inmo.tgbotapi.types.*
|
||||||
import dev.inmo.tgbotapi.types.WebAppQueryId
|
|
||||||
|
|
||||||
external interface WebAppInitData {
|
external interface WebAppInitData {
|
||||||
|
@JsName("query_id")
|
||||||
val queryId: WebAppQueryId?
|
val queryId: WebAppQueryId?
|
||||||
|
|
||||||
val user: WebAppUser?
|
val user: WebAppUser?
|
||||||
|
Loading…
Reference in New Issue
Block a user