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:
@@ -81,7 +81,7 @@ public class Handler : BotEventHandler
|
||||
var notifyMsg = await Bot.SendTextMessageAsync(Chat.Id,
|
||||
(message.From?.ToHtml() ?? "") + ", не стоит публиковать столь большой код прямо в чат. " +
|
||||
"Вместо этого загрузите его на https://pastebin.com и отправьте в виде ссылки.",
|
||||
ParseMode.Html);
|
||||
parseMode: ParseMode.Html);
|
||||
|
||||
// TODO: maybe write a wrapper-service around collection to avoid direct interactions with the collection, West, 07.07.2022, 16:53
|
||||
_requests.Add(new DeleteRequest
|
||||
|
||||
Reference in New Issue
Block a user