https://github.com/x2bool/tdlib-bot-dotnet
Telegram Bot based on TDLib (.NET example)
https://github.com/x2bool/tdlib-bot-dotnet
rx tdlib tdlib-dotnet telegram telegram-bot telegram-bot-api
Last synced: 10 months ago
JSON representation
Telegram Bot based on TDLib (.NET example)
- Host: GitHub
- URL: https://github.com/x2bool/tdlib-bot-dotnet
- Owner: x2bool
- Created: 2018-11-10T12:48:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T15:27:47.000Z (over 7 years ago)
- Last Synced: 2025-04-04T23:03:57.645Z (about 1 year ago)
- Topics: rx, tdlib, tdlib-dotnet, telegram, telegram-bot, telegram-bot-api
- Language: C#
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Bot based on TDLib (.NET example)
## Configuration
Set apiId, apiHash and botToken in AuthManager.cs (the parameters can be obtained at https://my.telegram.org)
## Based on
* https://github.com/egramtel/tdsharp
* https://github.com/ForNeVeR/tdlib.native
* https://github.com/tdlib/td
* https://github.com/dotnet/reactive