Skip to content
Filippo Romani edited this page Sep 13, 2024 · 2 revisions

To send a location you can use the send_location method. You can specify the latitude, longitude, name, address and the recipient id.

>>> messenger.send_location(
        lat=1.29,
        long=103.85,
        name="Singapore",
        address="Singapore",
        recipient_id="255757xxxxxx",
        sender=0,
    )
Clone this wiki locally