insanity13 / Telegram.Bot-Tools

A better way to detect and handle commands sent to a telegram client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram.Bot Tools

A library that aims to support the C# Telegram.Bot library by:

Samples

For a sample on how to utilize both these libraries, check out the Sample directory.

p.s.

It's important to understand. The way Interactivity works is not suitable for high-intensity Bots (thousands of active users). Since waiting takes one thread and one task. But this approach is very convenient (IMHO) for developing small bots. I guess, hundreds of active users shouldn't be a problem.

For high-load bots, it is better to do the implementation through the “request context” without waiting.

About

A better way to detect and handle commands sent to a telegram client.


Languages

Language:C# 100.0%