fixes in samples and update up to 10.0.0

This commit is contained in:
2024-01-12 14:23:27 +06:00
parent fda366d820
commit 6f3766dff6
3 changed files with 28 additions and 14 deletions

View File

@@ -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 {