Schmavery / facebook-chat-api

Unofficial Facebook Chat API for Nodejs
MIT License
1.94k stars 597 forks source link

Added support for sending and receiving static location attachments #811

Open kovalromank opened 4 years ago

kovalromank commented 4 years ago

Added a new message type of location and a new attachment of type location as well. You can send static locations (not the live ones) using a latitude and longitude value.

ravkr commented 4 years ago

I've not tested this yet, but the code looks fine.