mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2024-12-22 16:47:18 +00:00
7 lines
100 B
Kotlin
7 lines
100 B
Kotlin
import kotlinx.serialization.Serializable
|
|
|
|
@Serializable
|
|
data class Config(
|
|
val token: String
|
|
)
|