mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-03 23:29:33 +00:00
Bot API 7.6
added section_separator_color field to theme params in Bot Webapps
This commit is contained in:
@@ -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?
|
||||
}
|
||||
|
Reference in New Issue
Block a user