hashtag
This commit is contained in:
parent
f3a83aa66c
commit
2a5c0ba5de
|
|
@ -58,7 +58,7 @@ namespace SignalsTest
|
||||||
string formattedMessage = message.Replace(
|
string formattedMessage = message.Replace(
|
||||||
$"`{symbol}`",
|
$"`{symbol}`",
|
||||||
$"<a href=\"{url}\">{symbol}</a>"
|
$"<a href=\"{url}\">{symbol}</a>"
|
||||||
);
|
) + $"\n#{symbol}";
|
||||||
await botClient.SendPhotoAsync(_chatId, photo,caption: formattedMessage,parseMode: ParseMode.Html);
|
await botClient.SendPhotoAsync(_chatId, photo,caption: formattedMessage,parseMode: ParseMode.Html);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user