mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-06 16:49:41 +00:00
make chat in WebAppInitData nullable
This commit is contained in:
@@ -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?
|
||||||
|
Reference in New Issue
Block a user