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:
@@ -47,6 +47,6 @@ public class Greet : BotEventHandler
|
||||
}
|
||||
|
||||
await Bot.SendTextMessageAsync(Chat.Id, string.Format(reply.ToString(), membersHtml),
|
||||
ParseMode.Html, replyToMessageId: message.MessageId);
|
||||
parseMode: ParseMode.Html, replyToMessageId: message.MessageId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user