deltachat / deltachat-node

Email-based instant messaging for Node.js.
GNU General Public License v3.0
45 stars 11 forks source link

Helper functions to determine chat type. #423

Closed pabzm closed 4 years ago

pabzm commented 4 years ago

Adding two simple helper functions to determine if a chat is 'single' or a 'group'. I found myself repeatedly using DC constants to find the type, which consumers of this API shoudn't have to do, in my opinion.