diff --git a/.github/dev.yml b/.github/dev.yml index 8d36eec..a9e46bb 100644 --- a/.github/dev.yml +++ b/.github/dev.yml @@ -2,7 +2,7 @@ pr: none trigger: - master -name: 2.3.3-dev.$(Rev:r) +name: 2.3.4-dev.$(Rev:r) pool: vmImage: ubuntu-latest diff --git a/EXAMPLES.md b/EXAMPLES.md index 2b5d63f..cb9065c 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -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. ℹ️ 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). ### Send a message to someone by @username diff --git a/FAQ.md b/FAQ.md index f9059b9..4196420 100644 --- a/FAQ.md +++ b/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. -#### 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.