Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T15:27:47.000Z (about 6 years ago)
- Last Synced: 2024-10-29T20:22:49.777Z (3 months ago)
- Topics: rx, tdlib, tdlib-dotnet, telegram, telegram-bot, telegram-bot-api
- Language: C#
- Size: 5.86 KB
- Stars: 5
- Watchers: 3
- 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