update up to 0.35.9

This commit is contained in:
2021-09-21 23:22:13 +06:00
parent 16c27fa493
commit 6aa7fe151e
6 changed files with 29 additions and 51 deletions

View File

@@ -17,7 +17,7 @@ suspend fun main(vararg args: String) {
val botToken = args.first()
telegramBotWithBehaviour(botToken, CoroutineScope(Dispatchers.IO)) {
onContentMessage(includeMediaGroups = true) {
onContentMessage(subcontextUpdatesFilter = { _, _ -> true }) {
val toAnswer = buildEntities {
when (val forwardInfo = it.forwardInfo) {
null -> +"There is no forward info"