2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 02:17:21 +00:00

Clarify docs

This commit is contained in:
Dan 2020-03-30 11:19:58 +02:00
parent 42d1f70481
commit 1b15b1e3b8

View File

@ -494,7 +494,7 @@ class Client(Methods, BaseClient):
New user first name.
last_name (``str``, *optional*):
New user last name. Defaults to "" (empty string).
New user last name. Defaults to "" (empty string, no last name).
Returns:
:obj:`User`: On success, the new registered user is returned.