1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-03-04 18:02:24 +00:00

add js target

This commit is contained in:
2019-12-03 12:40:21 +06:00
parent b582adc3a0
commit 0c1df47dbb
13 changed files with 40 additions and 29 deletions

View File

@@ -137,5 +137,3 @@ infix fun String.command(parseMode: ParseMode): String = when (parseMode) {
is HTML -> commandHTML()
is Markdown -> commandMarkdown()
}
expect fun String.format(vararg args: Any?): String