mirror of
				https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
				synced 2025-10-31 12:10:05 +00:00 
			
		
		
		
	upgrade up to 0.37.0
This commit is contained in:
		| @@ -18,7 +18,7 @@ suspend fun activateResenderBot( | ||||
|  | ||||
|     print(bot.getMe()) | ||||
|  | ||||
|     bot.buildBehaviour(CoroutineScope(coroutineContext + SupervisorJob())) { | ||||
|     bot.buildBehaviourWithLongPolling(CoroutineScope(coroutineContext + SupervisorJob())) { | ||||
|         onContentMessage( | ||||
|             subcontextUpdatesFilter = MessageFilterByChat + BehaviourContextAndTwoTypesReceiver { it, _ -> it !is MediaGroupMessage<*> } | ||||
|         ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user