1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-03 00:15:27 +00:00
tgbotapi/tgbotapi.webapps/src/jsMain/kotlin/dev/inmo/tgbotapi/webapps/ColorScheme.kt

7 lines
82 B
Kotlin
Raw Permalink Normal View History

2022-04-18 11:05:28 +00:00
package dev.inmo.tgbotapi.webapps
enum class ColorScheme {
LIGHT,
DARK
}