MadelineProtoDocs/docs/SELF.md
2018-04-01 13:19:25 +02:00

680 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.