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