mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2025-12-28 07:39:08 +00:00
fill welcome plugin
This commit is contained in:
12
welcome/src/main/kotlin/model/ChatSettings.kt
Normal file
12
welcome/src/main/kotlin/model/ChatSettings.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
package model
|
||||
|
||||
import dev.inmo.tgbotapi.types.ChatId
|
||||
import dev.inmo.tgbotapi.types.MessageIdentifier
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
internal data class ChatSettings(
|
||||
val targetChatId: ChatId,
|
||||
val sourceChatId: ChatId,
|
||||
val sourceMessageId: MessageIdentifier
|
||||
)
|
||||
Reference in New Issue
Block a user