Reputation managment.

This commit is contained in:
West14
2021-12-28 21:00:23 +02:00
parent b91d6cfdb5
commit 0112aea634
6 changed files with 87 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Kruzya.TelegramBot.Core.Extensions
{
public static class UserExtension
{
public static string ToHtml(this User user, bool byUsername = true)
public static string ToHtml(this User user, bool byUsername = false)
{
var text = new StringBuilder();
text.Append($"<a href=\"tg://user?id={user.Id}\">");