diff --git a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/LinkPreviewOptions.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/LinkPreviewOptions.kt index cccec5e8c8..89b067ef93 100644 --- a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/LinkPreviewOptions.kt +++ b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/LinkPreviewOptions.kt @@ -84,7 +84,7 @@ sealed interface LinkPreviewOptions { @Serializable private data class Surrogate( @SerialName(isDisabledField) - val isDisabled: Boolean = true, + val isDisabled: Boolean = false, @SerialName(urlField) val url: String? = null, @SerialName(preferSmallMediaField)