makara-filip / ts-messenger-api

The unofficial API for FB Messenger communication
MIT License
50 stars 13 forks source link

Fix changeThreadEmoji #6

Closed ghost closed 3 years ago

ghost commented 3 years ago

From node-emoji docs:

emoji.find('🍕') // Find the `pizza` emoji, and returns `({ emoji: '🍕', key: 'pizza' })`;
makara-filip commented 3 years ago

Yeah, exactly. We're thankful for this since we are already working on other features.