davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 183 forks source link

Add Support for Messaging types and Tags. Resolves #65 #79

Open mohamed-taha opened 5 years ago

mohamed-taha commented 5 years ago

From 1 January 2019 all messages sent outside the 24-hour window need to have the tag NON_PROMOTIONAL_SUBSCRIPTION and the messaging_type TYPE_MESSAGE_TAG.

mohamed-taha commented 5 years ago

@davidchua Can you please Review