From 7da315dbaf599e7ba814310c0ade5caf3e90d4fa Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 26 Apr 2021 21:08:52 +0600 Subject: [PATCH] fix botaction tests --- .../kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt index 0b5ed05d2c..ac102469a5 100644 --- a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt +++ b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/CommonAbstracts/Captioned.kt @@ -6,11 +6,6 @@ interface Captioned { val caption: String? } -@Deprecated("This interface is not used in library and will be removed soon") -interface CaptionedOutput : Captioned { - val parseMode: ParseMode? -} - interface CaptionedInput : Captioned { /** * Full list of entities. This list WILL contain [TextPart]s with [dev.inmo.tgbotapi.types.MessageEntity.textsources.RegularTextSource]