2cf4910abd
* fixed router not getting result * fixed hosts configuration
11 lines
178 B
C#
11 lines
178 B
C#
using Telegrator;
|
|
|
|
namespace Telegrator.Examples;
|
|
|
|
public class EchoBot
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
var client = new TelegratorClient();
|
|
}
|
|
} |