This commit is contained in:
Professional 2025-03-22 23:45:17 +07:00
parent 0e416e5906
commit 4bd17703e3

View File

@ -1118,7 +1118,7 @@ class Program
await botClient.SendMessage(
chatId: chatId,
text: "Главное меню:",
text: "Главное меню тест:",
replyMarkup: keyboard
);
}