More debug stuff

This commit is contained in:
Laura Hausmann 2023-04-09 16:02:09 +02:00
parent e6158a5cea
commit 941425cff0
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -19,6 +19,6 @@ public class TelegramBotClient {
}
public void SendMessage(string chat, string message) {
_bot.SendTextMessageAsync(chat, message).RunSynchronously();
Console.WriteLine("Sent. Message ID: " + _bot.SendTextMessageAsync(chat, message).Result.MessageId);
}
}