1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-03 23:29:33 +00:00

RawChatId as value class

This commit is contained in:
2024-03-16 22:40:42 +06:00
parent ffba4e9cef
commit 8ca86b1e14
24 changed files with 153 additions and 55 deletions

View File

@@ -6,7 +6,7 @@ import dev.inmo.tgbotapi.types.chat.CommonBot
import dev.inmo.tgbotapi.types.chat.CommonUser
external interface WebAppUser {
val id: Identifier
val id: RawChatId
@JsName(isBotField)
val isBot: Boolean?
@JsName(firstNameField)