mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-17 13:53:53 +00:00
add println of giveaway content
This commit is contained in:
parent
ed2922045c
commit
6eafd89542
@ -46,7 +46,9 @@ suspend fun main(vararg args: String) {
|
||||
println(it)
|
||||
}
|
||||
|
||||
onGiveawayContent { }
|
||||
onGiveawayContent {
|
||||
println(it)
|
||||
}
|
||||
|
||||
allUpdatesFlow.subscribeSafelyWithoutExceptions(this) {
|
||||
println(it)
|
||||
|
Loading…
Reference in New Issue
Block a user