mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-01-20 23:40:22 +01:00
ReadMe
This commit is contained in:
parent
d9efe4fae0
commit
8ae3c2a283
11
README.md
11
README.md
|
|
@ -1,4 +1,7 @@
|
|||
# WTelegramClient
|
||||
[](https://badge.fury.io/nu/WTelegramClient)
|
||||
[](https://dev.azure.com/wiz0u/WTelegramClient/_build/latest?definitionId=7&branchName=master)
|
||||
|
||||
# WTelegramClient
|
||||
### _Telegram client library written 100% in C# and .NET Core_
|
||||
|
||||
## How to use
|
||||
|
|
@ -95,6 +98,8 @@ Beyond CallAsync, the Client class offers a few other methods to simplify the se
|
|||
|
||||
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**
|
||||
|
||||
This library requires .NET 5.0 minimum.
|
||||
|
||||
# Development status
|
||||
The library is already well usable for many scenarios involving automated steps based on API requests/responses.
|
||||
|
||||
|
|
@ -109,7 +114,3 @@ Here are the main expected developments:
|
|||
- [ ] Support users with 2FA enabled
|
||||
- [ ] Support secret chats end-to-end encryption & PFS
|
||||
- [ ] Support all service messages
|
||||
|
||||
------------
|
||||
[](https://dev.azure.com/wiz0u/WTelegramClient/_build/latest?definitionId=7&branchName=master)
|
||||
[](https://badge.fury.io/nu/WTelegramClient)
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
<PackageProjectUrl>https://github.com/wiz0u/WTelegramClient</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/wiz0u/WTelegramClient.git</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<!--<PackageReadmeFile>README.md</PackageReadmeFile> see https://github.com/NuGet/Home/issues/10791 -->
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
|
@ -27,7 +28,7 @@
|
|||
<ItemGroup>
|
||||
<None Remove=".gitattributes" />
|
||||
<None Remove=".gitignore" />
|
||||
<None Remove="azure-pipelines.yml" />
|
||||
<!--<None Include="..\README.md" Pack="true" PackagePath=""/>-->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue