tuweni / org.apache.tuweni.scuttlebutt.lib.model / FeedMessage / <init>

<init>

FeedMessage(key: String!, type: Optional<String!>!, value: FeedValue!)

Parameters

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.