1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-28 21:46:09 +00:00

fix botaction tests

This commit is contained in:
InsanusMokrassar 2021-04-26 21:08:52 +06:00
parent 87071ca52c
commit 7da315dbaf

View File

@ -6,11 +6,6 @@ interface Captioned {
val caption: String? 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 { interface CaptionedInput : Captioned {
/** /**
* Full list of entities. This list WILL contain [TextPart]s with [dev.inmo.tgbotapi.types.MessageEntity.textsources.RegularTextSource] * Full list of entities. This list WILL contain [TextPart]s with [dev.inmo.tgbotapi.types.MessageEntity.textsources.RegularTextSource]