mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-09-07 17:19:38 +00:00
fixes in samples and update up to 10.0.0
This commit is contained in:
@@ -42,7 +42,7 @@ suspend fun main(vararg args: String) {
|
||||
val replyResult = reply(
|
||||
it.chat.id,
|
||||
it.messageId,
|
||||
replyInChat = it.reactedUser.id
|
||||
replyInChatId = it.reactedUser.id
|
||||
) {
|
||||
regular("Current reactions for message in reply:\n")
|
||||
it.new.forEach {
|
||||
|
Reference in New Issue
Block a user