diff --git a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/LocationContent.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/LocationContent.kt index bd80435486..57da898a8e 100644 --- a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/LocationContent.kt +++ b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/content/LocationContent.kt @@ -119,7 +119,7 @@ data class LiveLocationContent( effectId = effectId, replyParameters = replyParameters, replyMarkup = replyMarkup - ) as SendMessageRequest> + ) } /** @@ -150,5 +150,5 @@ data class StaticLocationContent( effectId = effectId, replyParameters = replyParameters, replyMarkup = replyMarkup - ) as SendMessageRequest> + ) }