1
0
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:
2024-12-08 10:17:02 +06:00
parent 2964586cb9
commit 6388d8db13

View File

@@ -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?