Seraph19 commited on
Commit
6059ca2
·
verified ·
1 Parent(s): 1c92c9e

Create program.cs

Browse files
Files changed (1) hide show
  1. program.cs +4 -0
program.cs ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ using Telegram.Bot;
2
+ var bot = new TelegramBotClient("7728880427:AAFOnNdOpFw9imBxkwtVnZKET-cbcjJVYIM");
3
+ var me = await bot.GetMeAsync();
4
+ Console.WriteLine($"Hello, World! I am user {me.Id} and my name is {me.FirstName}.");