1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-16 20:10:18 +00:00

add parseCommandsWithParams for text inputs

This commit is contained in:
2021-03-24 13:41:37 +06:00
parent 5b620014cb
commit 1a5d1cde78
3 changed files with 66 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ interface Captioned {
val caption: String?
}
@Deprecated("This interface is not used in library and will be removed soon")
interface CaptionedOutput : Captioned {
val parseMode: ParseMode?
}