You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enter /hello to the bot, it can return normally. However, when I enter /getMe, the following two lines can work normally:
echo 111111111111;
echo 222222222222;
However, the $ctx->getMe() method in the middle does not work properly. No information is received in the bot. What could be the problem?
The text was updated successfully, but these errors were encountered:
When I enter /hello to the bot, it can return normally. However, when I enter /getMe, the following two lines can work normally:
echo 111111111111;
echo 222222222222;
However, the $ctx->getMe() method in the middle does not work properly. No information is received in the bot. What could be the problem?
The text was updated successfully, but these errors were encountered: