mirror of
				https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
				synced 2025-10-30 19:50:06 +00:00 
			
		
		
		
	update up to 0.38.13
This commit is contained in:
		| @@ -26,7 +26,9 @@ suspend fun main(args: Array<String>) { | |||||||
|                 } |                 } | ||||||
|             ) |             ) | ||||||
|  |  | ||||||
|             val content = waitContentMessage().first() |             val contentMessage = waitContentMessage().first() | ||||||
|  |             val content = contentMessage.content | ||||||
|  |  | ||||||
|             when { |             when { | ||||||
|                 content is TextContent && content.parseCommandsWithParams().keys.contains("stop") -> StopState(it.context) |                 content is TextContent && content.parseCommandsWithParams().keys.contains("stop") -> StopState(it.context) | ||||||
|                 else -> { |                 else -> { | ||||||
|   | |||||||
| @@ -3,5 +3,5 @@ org.gradle.parallel=true | |||||||
|  |  | ||||||
|  |  | ||||||
| kotlin_version=1.6.10 | kotlin_version=1.6.10 | ||||||
| telegram_bot_api_version=0.38.12 | telegram_bot_api_version=0.38.13 | ||||||
| micro_utils_version=0.9.19 | micro_utils_version=0.9.20 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user