ch
Size: a a a
ch
DS
AG
DS
AG
ch
с#
val alex = client.getByUsername("y9san9") as User
val crinny = client.getByUsername("crinny") as User
client.updates {
command("start") {
it.reply("Welcome!")
}
message {
filter {
it.from.id in listOf(alex.id, crinny.id)
}
println("${it.from.fullname}: ${it.message}")
}
}
command {
println(args) // from CommandContext
sendMessage("text") // from ChatContext
}
AN
с#
AN
с#
с#
AN
с#
АT
Kd
с#
ch
Kd
Kd