mirror of
https://github.com/InsanusMokrassar/CaptchaPlaguBotPlugin.git
synced 2025-10-27 17:40:20 +00:00
including of admins
This commit is contained in:
@@ -10,7 +10,8 @@ import kotlinx.serialization.Transient
|
||||
data class ChatSettings(
|
||||
val chatId: ChatId,
|
||||
val checkTime: Seconds = 60,
|
||||
val captchaText: String = "solve next captcha:"
|
||||
val captchaText: String = "solve next captcha:",
|
||||
val autoRemoveCommands: Boolean = false
|
||||
) {
|
||||
@Transient
|
||||
val checkTimeSpan = TimeSpan(checkTime * 1000.0)
|
||||
|
||||
Reference in New Issue
Block a user