Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T19:49:07.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T18:25:47.141Z (6 months 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
[![Build status](https://ci.appveyor.com/api/projects/status/nh3ek3735uqscqhx/branch/master?svg=true)](https://ci.appveyor.com/project/vik_borisov/opentl-clientapi/branch/master)
[![Prod version](https://img.shields.io/nuget/v/OpenTl.ClientApi.svg?style=flat&colorB=brightgreen&label=prod%20version)](https://www.nuget.org/packages/OpenTl.ClientApi/)
[![Dev version](https://img.shields.io/myget/opentl/v/OpenTl.ClientApi.svg?style=flat&label=dev%20version)](https://www.myget.org/feed/opentl/package/nuget/OpenTl.ClientApi)
[![Telegram group](https://img.shields.io/badge/TELEGRAM-GROUP-green.svg)](https://t.me/vik_borisov_tlib)
[![Stars tracker](https://img.shields.io/badge/STARS-TRACKER-blue.svg)](https://seladb.github.io/StarTrack-js/?u=OpenTl&r=OpenTl.ClientApi)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cb64069dc0f247829dc01d3e8bb87999)](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 TelegramIt'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
[![Feature Requests](http://feathub.com/OpenTl/OpenTl.ClientApi?format=svg)](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 exceptionWithout information listen above your issue will be closed.