core: $result->getStatus() not working
Hello. this is my code:
$result = Request::getChatMember([ "chat_id" => "id", "user_id" => "user id", ]);
but $result->getStatus() is null
but if I see the $reslut, its
{"ok":true, "result":{"user" ....... },"status":"creator"}}
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 18 (3 by maintainers)
Ok, glad to hear it’s working now! 🎉
0.70.1 i dont know why, but now its working very well. thank you❤