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
I have version 8.4.1 and I use SimpleEventHandler. In the public function handleMessage(Incoming|Message $message): void method, I haven't found a way to retrieve the location shared by a user in private messages. Is it even possible to do so? Right now, I'm just receiving an empty message with empty media. Any guidance or clarification would be greatly appreciated. Thank you in advance!
The text was updated successfully, but these errors were encountered:
As location or geo point isn't downloadable media Its a bit challenging to add it as media (or extend and wrap its class ..)
but will implement soon after #1594 merged (or closed maybe ...)
I have version 8.4.1 and I use
SimpleEventHandler
. In thepublic function handleMessage(Incoming|Message $message): void
method, I haven't found a way to retrieve the location shared by a user in private messages. Is it even possible to do so? Right now, I'm just receiving an empty message with empty media. Any guidance or clarification would be greatly appreciated. Thank you in advance!The text was updated successfully, but these errors were encountered: