Files
Telegrator/examples/EchoBot/Program.cs
T

11 lines
178 B
C#
Raw Normal View History

2026-03-08 19:43:48 +04:00
using Telegrator;
namespace Telegrator.Examples;
public class EchoBot
{
public static void Main(string[] args)
{
var client = new TelegratorClient();
}
}