including of admins

This commit is contained in:
2021-02-23 12:00:44 +06:00
parent a667878e3f
commit 9561ee1dbe
5 changed files with 87 additions and 8 deletions

View File

@@ -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)