mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-08 09:23:47 +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?
|
val subtitleTextColor: Color.Hex?
|
||||||
@JsName("destructive_text_color")
|
@JsName("destructive_text_color")
|
||||||
val destructiveTextColor: Color.Hex?
|
val destructiveTextColor: Color.Hex?
|
||||||
|
@JsName("section_separator_color")
|
||||||
|
val sectionSeparatorColor: Color.Hex?
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user