start migration onto 9.0.0

This commit is contained in:
2023-06-30 17:49:19 +06:00
parent ea08bac6e8
commit 0d9e295baa
4 changed files with 12 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ suspend fun main(vararg args: String) {
telegramBotWithBehaviourAndLongPolling(botToken, CoroutineScope(Dispatchers.IO)) {
val me = getMe()
onMentionWithAnyContent(me.username) { message ->
onMentionWithAnyContent(me) { message ->
val chat = message.chat
val answerText = when (val chat = message.chat) {