mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
fix ReadMe for nuget.org
This commit is contained in:
parent
14e2437097
commit
a06be4e096
2
.github/dev.yml
vendored
2
.github/dev.yml
vendored
|
|
@ -2,7 +2,7 @@ pr: none
|
||||||
trigger:
|
trigger:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
name: 1.6.4-dev.$(Rev:r)
|
name: 1.6.5-dev.$(Rev:r)
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,7 @@
|
||||||
[](https://t.me/WTelegramClient)
|
[](https://t.me/WTelegramClient)
|
||||||
[](http://wizou.fr/donate.html)
|
[](http://wizou.fr/donate.html)
|
||||||
|
|
||||||
# <img src="logo.png" width="32"/> WTelegramClient
|
## _Telegram Client API library written 100% in C# and .NET Standard_
|
||||||
### _Telegram Client API library written 100% in C# and .NET Standard_
|
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
|
|
@ -120,7 +119,7 @@ The Client class also offers an `Update` event that is triggered when Telegram s
|
||||||
|
|
||||||
An invalid API request can result in a `RpcException` being raised, reflecting the [error code and status text](https://revgram.github.io/errors.html) of the problem.
|
An invalid API request can result in a `RpcException` being raised, reflecting the [error code and status text](https://revgram.github.io/errors.html) of the problem.
|
||||||
|
|
||||||
You can find more code examples in [EXAMPLES.md](EXAMPLES.md) and in the Examples subdirectory.
|
You can find more code examples in [EXAMPLES.md](https://github.com/wiz0u/WTelegramClient/blob/master/EXAMPLES.md) and in the Examples subdirectory.
|
||||||
|
|
||||||
The other configuration items that you can override include: **session_pathname, server_address, device_model, system_version, app_version, system_lang_code, lang_pack, lang_code, user_id**
|
The other configuration items that you can override include: **session_pathname, server_address, device_model, system_version, app_version, system_lang_code, lang_pack, lang_code, user_id**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue