We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$client->on(ready=>sub{ my $client = shift; #你的代码写在此处 my $friend = $client->search_friend(qq=>'744891290'); $friend->send("hello world"); }