FeedMessage(key: String!, type: Optional<String!>!, value: FeedValue!)
key - String!: the ID of the message
type - Optional<String!>!: the type of the content (is Empty if unknown because the message is private and not decryptable.)
value - FeedValue!: the metadata and contents of the message.