1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-03-09 20:32:26 +00:00

update dependencies

This commit is contained in:
2026-03-05 21:38:05 +06:00
parent 8c6408bc2b
commit bd7e8ed55f
5 changed files with 13 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ import kotlin.js.json
external class BottomButton {
val text: String
@Suppress("INLINE_CLASS_IN_EXTERNAL_DECLARATION_WARNING")
val iconCustomEmojiId: CustomEmojiId?
fun setText(text: String): BottomButton