MadelineProto/docs/docs/SELF.md
2018-03-20 22:18:19 +01:00

489 B

Getting info about the current user

$me = $MadelineProto->get_self();

\danog\MadelineProto\Logger::log("Hi ".$me['first_name']."!");

get_self returns a User object that contains info about the currently logged in user/bot, or false if the current instance is not logged in.