https://github.com/OpenTl/OpenTl.ClientApi
The Api client library that implements the MtProto 2.0. To connect to servers, such as Telegram
https://github.com/OpenTl/OpenTl.ClientApi
clientapi dotnet-core mtproto telegram
Last synced: 11 months ago
JSON representation
The Api client library that implements the MtProto 2.0. To connect to servers, such as Telegram
- Host: GitHub
- URL: https://github.com/OpenTl/OpenTl.ClientApi
- Owner: OpenTl
- License: mit
- Archived: true
- Created: 2017-06-01T04:35:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T19:49:07.000Z (about 5 years ago)
- Last Synced: 2024-08-01T18:25:47.141Z (over 1 year ago)
- Topics: clientapi, dotnet-core, mtproto, telegram
- Language: C#
- Homepage:
- Size: 1.59 MB
- Stars: 80
- Watchers: 12
- Forks: 24
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# OpenTl.ClientApi
[](https://ci.appveyor.com/project/vik_borisov/opentl-clientapi/branch/master)
[](https://www.nuget.org/packages/OpenTl.ClientApi/)
[](https://www.myget.org/feed/opentl/package/nuget/OpenTl.ClientApi)
[](https://t.me/vik_borisov_tlib)
[](https://seladb.github.io/StarTrack-js/?u=OpenTl&r=OpenTl.ClientApi)
[](https://www.codacy.com/app/OpenTl/OpenTl.ClientApi?utm_source=github.com&utm_medium=referral&utm_content=OpenTl/OpenTl.ClientApi&utm_campaign=Badge_Grade)
The Api client library that implements the MtProto 2.0 protocol is supported by .Net 4.6 and the dotnet core >= 1.6.
Suitable for the realization of clients for work with servers that support the MtProto protocol, such as Telegram
It's a perfect fit for any developer who would like to send data directly to Telegram users or write own custom Telegram client.
**We are used the 82th schema layer**
:star2: If you :heart: library, please star it! :star2:
## How do I add this to my project?
Install via NuGet
```
> Install-Package OpenTl.ClientApi
```
## Feature request
If you want the desired function to appear in the library faster - [create feature request](http://feathub.com/OpenTl/OpenTl.ClientApi), the more votes it gets, the higher the priority
[](http://feathub.com/OpenTl/OpenTl.ClientApi)
## [Library Documentation](https://opentl.github.io/OpenTl.ClientApi/)
## [Quick Start](https://github.com/OpenTl/OpenTl.ClientApi/wiki/Quick-Start)
## [Schema Documentation](https://opentl.github.io/OpenTl.Schema/api/)
## [Code of Conduct](./CODE_OF_CONDUCT.md)
### Nothing helps
Ask your question at telegram group or create an issue in project bug tracker.
**Attach following information**:
* Full problem description and exception message
* Stack-trace
* Your code that runs in to this exception
Without information listen above your issue will be closed.