mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
minor doc changes
This commit is contained in:
parent
90ce527f31
commit
3be28f0fbd
2
.github/dev.yml
vendored
2
.github/dev.yml
vendored
|
|
@ -2,7 +2,7 @@ pr: none
|
||||||
trigger:
|
trigger:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
name: 2.3.3-dev.$(Rev:r)
|
name: 2.3.4-dev.$(Rev:r)
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ Remember that these are just simple example codes that you should adjust to your
|
||||||
In real production code, you might want to properly test the success of each operation or handle exceptions.
|
In real production code, you might want to properly test the success of each operation or handle exceptions.
|
||||||
|
|
||||||
ℹ️ WTelegramClient covers 100% of Telegram Client API, much more than the examples below: check the [full API methods list](https://corefork.telegram.org/methods)!
|
ℹ️ WTelegramClient covers 100% of Telegram Client API, much more than the examples below: check the [full API methods list](https://corefork.telegram.org/methods)!
|
||||||
More examples can also be found in answers to [StackOverflow questions](https://stackoverflow.com/questions/tagged/wtelegramclient).
|
More examples can also be found in the [Examples folder](Examples) and in answers to [StackOverflow questions](https://stackoverflow.com/questions/tagged/wtelegramclient).
|
||||||
|
|
||||||
<a name="msg-by-name"></a>
|
<a name="msg-by-name"></a>
|
||||||
### Send a message to someone by @username
|
### Send a message to someone by @username
|
||||||
|
|
|
||||||
2
FAQ.md
2
FAQ.md
|
|
@ -94,7 +94,7 @@ If you use the Github source project in an old .NET Framework 4.x or .NET Core x
|
||||||
To fix this, you should also switch to using the [WTelegramClient Nuget package](https://www.nuget.org/packages/WTelegramClient) as it will install the required dependencies for it to work.
|
To fix this, you should also switch to using the [WTelegramClient Nuget package](https://www.nuget.org/packages/WTelegramClient) as it will install the required dependencies for it to work.
|
||||||
|
|
||||||
<a name="abuse"></a>
|
<a name="abuse"></a>
|
||||||
#### 7. I get error FLOOD_WAIT_8xxxx or PEER_FLOOD, PHONE_NUMBER_BANNED. I can't import phone numbers.
|
#### 7. I get errors FLOOD_WAIT_X or PEER_FLOOD, PHONE_NUMBER_BANNED. I can't import phone numbers.
|
||||||
|
|
||||||
You can get these kind of problems if you abuse Telegram [Terms of Service](https://telegram.org/tos), or the [API Terms of Service](https://core.telegram.org/api/terms), or make excessive requests.
|
You can get these kind of problems if you abuse Telegram [Terms of Service](https://telegram.org/tos), or the [API Terms of Service](https://core.telegram.org/api/terms), or make excessive requests.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue