minor doc changes

This commit is contained in:
Wizou 2022-05-15 00:57:28 +02:00
parent 90ce527f31
commit 3be28f0fbd
3 changed files with 3 additions and 3 deletions

View file

@ -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).
<a name="msg-by-name"></a>
### Send a message to someone by @username