InsanusMokrassar / ktgbotapi

Type-safe library for work with Telegram Bot API
https://docs.inmo.dev/tgbotapi/index.html
Apache License 2.0
342 stars 29 forks source link

logger property is not working in telegram bot builder #860

Open InsanusMokrassar opened 3 months ago

InsanusMokrassar commented 3 months ago

User tried to create bot with:

val bot = telegramBot(config.token) {
    logger = KSLog { _, _, _, _ -> }
}

But logs still passed in logs:

Jun 06, 2024 3:45:10 PM dev.inmo.kslog.common.ActualLoggerKt doLog
WARNING: [WARNING] EmptyList - Got exception answer for EditChatMessageText...

Can't get result object from {"ok":false,"error_code":400,"description":"Bad Request: chat not found"} null