mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-22 00:27:14 +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 receiver: WebAppUser?
|
||||
|
||||
val chat: WebAppChat
|
||||
val chat: WebAppChat?
|
||||
|
||||
@JsName("chat_type")
|
||||
val chatType: ChatType?
|
||||
|
Loading…
Reference in New Issue
Block a user