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

Bot API 7.6

added section_separator_color field to theme params in Bot Webapps
This commit is contained in:
bpavuk 2024-07-08 22:49:35 +03:00
parent 051922b4c2
commit bfff55ab08
No known key found for this signature in database
GPG Key ID: B501D26D9DEA9CFE

View File

@ -43,4 +43,6 @@ external interface ThemeParams {
val subtitleTextColor: Color.Hex?
@JsName("destructive_text_color")
val destructiveTextColor: Color.Hex?
@JsName("section_separator_color")
val sectionSeparatorColor: Color.Hex?
}