From bdcba202c9dddffebaa3427fe4ddd57f4979e3f2 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 5 Feb 2023 18:32:46 +0600 Subject: [PATCH] Update ChatJoinRequest.kt --- .../kotlin/dev/inmo/tgbotapi/types/chat/ChatJoinRequest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatJoinRequest.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatJoinRequest.kt index cad68fefe7..90a00b33f7 100644 --- a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatJoinRequest.kt +++ b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/chat/ChatJoinRequest.kt @@ -16,7 +16,7 @@ data class ChatJoinRequest( @SerialName(fromField) override val from: User, @SerialName(userChatIdField) - val userChatId: Identifier, + val userChatId: UserId, @SerialName(dateField) val date: TelegramDate, @SerialName(inviteLinkField)