mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-24 11:08:43 +00:00
Bot API 7.6
added section_separator_color field to theme params in Bot Webapps
This commit is contained in:
parent
051922b4c2
commit
bfff55ab08
@ -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?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user