mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-09-15 04:59:41 +00:00
add ChatSettings
This commit is contained in:
11
posts/src/commonMain/kotlin/models/ChatConfig.kt
Normal file
11
posts/src/commonMain/kotlin/models/ChatConfig.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package dev.inmo.plaguposter.posts.models
|
||||
|
||||
import dev.inmo.tgbotapi.types.ChatId
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class ChatConfig(
|
||||
val targetChatId: ChatId,
|
||||
val sourceChatId: ChatId,
|
||||
val cacheChatId: ChatId
|
||||
)
|
Reference in New Issue
Block a user