Schmavery / facebook-chat-api

Unofficial Facebook Chat API for Nodejs
MIT License
1.93k stars 596 forks source link

Add `getMessage` to look up messages by mid #865

Open AstroCB opened 3 years ago

AstroCB commented 3 years ago

This adds a new function getMessage to look up a message by its messageID.

Resolves #850