mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2024-11-22 16:23:53 +00:00
Create Config.kt
This commit is contained in:
parent
873e495daa
commit
5f2924c21b
8
src/main/kotlin/telegram_bot/Config.kt
Normal file
8
src/main/kotlin/telegram_bot/Config.kt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package telegram_bot
|
||||||
|
|
||||||
|
import kotlinx.serialization.Serializable
|
||||||
|
|
||||||
|
@Serializable
|
||||||
|
data class Config(
|
||||||
|
val token: String
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user