mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-09-03 23:29:50 +00:00
add println of giveaway content
This commit is contained in:
@@ -46,7 +46,9 @@ suspend fun main(vararg args: String) {
|
||||
println(it)
|
||||
}
|
||||
|
||||
onGiveawayContent { }
|
||||
onGiveawayContent {
|
||||
println(it)
|
||||
}
|
||||
|
||||
allUpdatesFlow.subscribeSafelyWithoutExceptions(this) {
|
||||
println(it)
|
||||
|
Reference in New Issue
Block a user