-
-
Notifications
You must be signed in to change notification settings - Fork 18
Sending location
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,
)
If you find any issue in the docs, please open an issue/pr and report it