mirror of
				https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
				synced 2025-11-03 21:50:09 +00:00 
			
		
		
		
	migration onto 3.1.0 and including new example
This commit is contained in:
		@@ -25,7 +25,9 @@ suspend fun activateResenderBot(
 | 
			
		||||
        ) {
 | 
			
		||||
            val chat = it.chat
 | 
			
		||||
            withTypingAction(chat) {
 | 
			
		||||
                executeUnsafe(it.content.createResend(chat.id, replyToMessageId = it.messageId))
 | 
			
		||||
                executeUnsafe(it.content.createResend(chat.id, replyToMessageId = it.messageId)) {
 | 
			
		||||
                    it.forEach(print)
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        onVisualGallery {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user