Restart
All checks were successful
Local Deploy with Docker / build-and-deploy (push) Successful in 22s
All checks were successful
Local Deploy with Docker / build-and-deploy (push) Successful in 22s
This commit is contained in:
parent
c91f1fb633
commit
0534e453a9
@ -31,7 +31,7 @@ class Program
|
|||||||
|
|
||||||
private static async Task UpdateHandler(ITelegramBotClient bot, Update update, CancellationToken cancellationToken)
|
private static async Task UpdateHandler(ITelegramBotClient bot, Update update, CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Received an update");
|
Console.WriteLine("Received an message");
|
||||||
|
|
||||||
if (update.Type == UpdateType.Message && update.Message?.Text != null)
|
if (update.Type == UpdateType.Message && update.Message?.Text != null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user