diff --git a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/MessageAutoDeleteTimerChanged.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/MessageAutoDeleteTimerChanged.kt index adbce62869..189b5d56af 100644 --- a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/MessageAutoDeleteTimerChanged.kt +++ b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/message/ChatEvents/MessageAutoDeleteTimerChanged.kt @@ -7,8 +7,8 @@ import dev.inmo.tgbotapi.types.messageAutoDeleteTimeField import kotlinx.serialization.SerialName import kotlinx.serialization.Serializable -private val seconds24Hours: Seconds = 60 * 60 * 24 -private val seconds7Days: Seconds = seconds24Hours * 7 +private const val seconds24Hours: Seconds = 60 * 60 * 24 +private const val seconds7Days: Seconds = seconds24Hours * 7 @Serializable data class MessageAutoDeleteTimerChanged(