Update to v1.2

This commit is contained in:
Lonami Exo
2018-08-14 18:48:56 +02:00
parent 06da651f27
commit 7efa53fedf
5 changed files with 107 additions and 5 deletions

View File

@@ -39,8 +39,8 @@ request. Omitted fields won't change after invoking :tl:`UpdateProfile`:
from telethon.tl.functions.account import UpdateProfileRequest
client(UpdateProfileRequest(a
bout='This is a test from Telethon'
client(UpdateProfileRequest(
about='This is a test from Telethon'
))