Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.03 KB

Telefrag

Telefrag is a .NET Core library for interacting with Telegram using its various APIs and rapid development of highly composable components. It contains:

  • A Bot API client library
  • A Client API library
  • A TL parser/emitter
  • A extremely versatile DI framework
  • Tools for expressing your Telegram hopes and dreams in native, elegant C#

The primary goal of Telefrag was to abstract Telegram's nuances from C# developers and create a C#-friendly way of tying existing web apps into Telegram. The secondary goal was to make it easy for normal users (with or without coding experience) to run their own custom bots with pluggable personalities or "layers" which can be offered as part of an ecosystem.

See the Telefrag wiki for more information and documentation as development continues.

For information on the various packages Telefrag comprises and their current development status, click here for the package list