mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 20:35:03 +01:00
434 B
434 B
title | description | redirect_from | grand_parent | parent |
---|---|---|---|---|
getSelf | getSelf parameters, return type and example | /get_self.html | Telegram RPC API | Methods |
Method: getSelf
Gets info about the currently logged-in user.
No parameters
Return type: User object
Example (now fully async!):
$User = $MadelineProto->getSelf();