fix of WebAppInitData#queryId js name

This commit is contained in:
InsanusMokrassar 2022-05-04 12:58:06 +06:00
parent 32b83ac687
commit aa6e5b2284
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## 0.38.21
* `WebApps`:
* `WebAppInitData#queryId` now have correct js name of field
## 0.38.20
* `BehaviourBuilder FSM`:

View File

@ -1,9 +1,9 @@
package dev.inmo.tgbotapi.webapps
import dev.inmo.tgbotapi.types.MilliSeconds
import dev.inmo.tgbotapi.types.WebAppQueryId
import dev.inmo.tgbotapi.types.*
external interface WebAppInitData {
@JsName("query_id")
val queryId: WebAppQueryId?
val user: WebAppUser?