Add getters to Message
Issue Fix
(no issue)
Description
If we can read the message ID, sender and timestamp out of messages, we don't need to duplicate them in the payload for the microblog client.
Alternative(s) considered
I guess we could duplicate them, but that seems silly, it's right there.
Type
Choose one: Feature