Skip to content

Commit

Permalink
fix of WebAppInitData#queryId js name
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed May 4, 2022
1 parent 32b83ac commit aa6e5b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 0.38.21

* `WebApps`:
* `WebAppInitData#queryId` now have correct js name of field

## 0.38.20

* `BehaviourBuilder FSM`:
Expand Down
Original file line number Diff line number Diff line change
@@ -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?
Expand Down

0 comments on commit aa6e5b2

Please sign in to comment.