mirror of
				https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
				synced 2025-11-04 14:10:51 +00:00 
			
		
		
		
	Update PollsBot.kt
This commit is contained in:
		@@ -33,7 +33,11 @@ import kotlinx.coroutines.sync.Mutex
 | 
				
			|||||||
import kotlinx.coroutines.sync.withLock
 | 
					import kotlinx.coroutines.sync.withLock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * The main purpose of this bot is just to answer "Oh, hi, " and add user mention here
 | 
					 * This bot will answer with anonymous or public poll and send message on
 | 
				
			||||||
 | 
					 * updates of any of it.
 | 
				
			||||||
 | 
					 * 
 | 
				
			||||||
 | 
					 * * Use `/anonymous` to take anonymous regular poll
 | 
				
			||||||
 | 
					 * * Use `/public` to take public regular poll
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@OptIn(PreviewFeature::class)
 | 
					@OptIn(PreviewFeature::class)
 | 
				
			||||||
suspend fun main(vararg args: String) {
 | 
					suspend fun main(vararg args: String) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user