From 2a5c0ba5de8d256a2635f208a3825fc19d7f0f82 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Sat, 18 Jan 2025 22:53:06 +0530 Subject: [PATCH] hashtag --- Messenger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Messenger.cs b/Messenger.cs index 7e4af2a..cb77f4c 100644 --- a/Messenger.cs +++ b/Messenger.cs @@ -58,7 +58,7 @@ namespace SignalsTest string formattedMessage = message.Replace( $"`{symbol}`", $"{symbol}" - ); + ) + $"\n#{symbol}"; await botClient.SendPhotoAsync(_chatId, photo,caption: formattedMessage,parseMode: ParseMode.Html); }