mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-11-17 13:33:47 +00:00
add ChatSettings
This commit is contained in:
parent
f943daf1ab
commit
47efef062b
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
|
||||
)
|
Loading…
Reference in New Issue
Block a user