This commit is contained in:
Sewmina 2025-01-18 22:53:06 +05:30
parent f3a83aa66c
commit 2a5c0ba5de

View File

@ -58,7 +58,7 @@ namespace SignalsTest
string formattedMessage = message.Replace(
$"`{symbol}`",
$"<a href=\"{url}\">{symbol}</a>"
);
) + $"\n#{symbol}";
await botClient.SendPhotoAsync(_chatId, photo,caption: formattedMessage,parseMode: ParseMode.Html);
}