mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-09-15 13:19:21 +00:00
updates
This commit is contained in:
@@ -21,7 +21,7 @@ suspend fun activateResenderBot(
|
||||
|
||||
bot.buildBehaviourWithLongPolling(CoroutineScope(currentCoroutineContext() + SupervisorJob())) {
|
||||
onContentMessage(
|
||||
subcontextUpdatesFilter = MessageFilterByChat
|
||||
subcontextUpdatesFilter = MessageFilterByChat,
|
||||
) {
|
||||
val chat = it.chat
|
||||
|
||||
|
Reference in New Issue
Block a user