1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-08-17 22:56:28 +00:00

improvemens?

This commit is contained in:
2026-08-13 17:51:33 +06:00
parent d48e951232
commit 4f19cb7626
10 changed files with 408 additions and 391 deletions

View File

@@ -67,7 +67,7 @@ suspend fun <BC : BehaviourContext> BC.onCommandPrivacy(
it.chat.id,
textSources,
allowPaidBroadcast = allowPaidBroadcast,
replyParameters = ReplyParameters(it.metaInfo)
replyParameters = ReplyParameters.Chat(it.metaInfo)
)
)
}
@@ -100,7 +100,7 @@ suspend fun <BC : BehaviourContext> BC.onCommandPrivacy(
text = text,
parseMode = parseMode,
allowPaidBroadcast = allowPaidBroadcast,
replyParameters = ReplyParameters(it.metaInfo)
replyParameters = ReplyParameters.Chat(it.metaInfo)
)
)
}