threemarb / threema

This gem provides access to the Threema Gateway API.
MIT License
11 stars 2 forks source link

[improvement] Improve `Threema::Receive::DeliveryReceipt` Class #39

Closed mattwr18 closed 4 months ago

mattwr18 commented 4 months ago
As a consumer of Threema Gateway
I would like to have it returned clearly what delivery receipt is being delivered and for what message(s)
So that I can mark the messages read/received, etc..

DevNotes

At the moment, we just set the content, which is an unhexified string that contains all the information. It would be preferable if the information can be extracted at the gem level and returned.