mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-22 16:47:13 +00:00
make chat in WebAppInitData nullable
This commit is contained in:
parent
2964586cb9
commit
6388d8db13
@ -10,7 +10,7 @@ external interface WebAppInitData {
|
|||||||
val user: WebAppUser?
|
val user: WebAppUser?
|
||||||
val receiver: WebAppUser?
|
val receiver: WebAppUser?
|
||||||
|
|
||||||
val chat: WebAppChat
|
val chat: WebAppChat?
|
||||||
|
|
||||||
@JsName("chat_type")
|
@JsName("chat_type")
|
||||||
val chatType: ChatType?
|
val chatType: ChatType?
|
||||||
|
Loading…
Reference in New Issue
Block a user