TelegramBotAPI-bot_template/src/main/kotlin/Config.kt

7 lines
100 B
Kotlin
Raw Normal View History

2022-06-16 21:19:47 +00:00
import kotlinx.serialization.Serializable
@Serializable
data class Config(
val token: String
)