Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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

[![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 exception

Without information listen above your issue will be closed.