mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[core] add support of new bot api
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Kruzya.TelegramBot.CombotAntiSpam
|
||||
messageText.Append(
|
||||
$"More details you can find on <a href=\"https://cas.chat/query?u={member.Id}\">CAS site</a>.");
|
||||
|
||||
await Bot.SendTextMessageAsync(Chat, messageText.ToString(), ParseMode.Html);
|
||||
await Bot.SendTextMessageAsync(Chat, messageText.ToString(), parseMode: ParseMode.Html);
|
||||
|
||||
if (canKickMembers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user