Remove usage of the main group username in the docs

This commit is contained in:
Lonami Exo
2020-08-23 11:45:45 +02:00
parent accb2142e7
commit bc799fd82c
3 changed files with 13 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ use these if possible.
# ...to your contacts
await client.send_message('+34600123123', 'Hello, friend!')
# ...or even to any username
await client.send_message('TelethonChat', 'Hello, Telethon!')
await client.send_message('username', 'Testing Telethon!')
# You can, of course, use markdown in your messages:
message = await client.send_message(