fmgp.did.comm.PlaintextMessageClass
See thePlaintextMessageClass companion object
case class PlaintextMessageClass(id: Required[MsgID], `type`: PIURI, to: Option[Set[TO]] = ..., from: Option[FROM] = ..., thid: Option[MsgID] = ..., pthid: Option[MsgID] = ..., ack: Option[Seq[MsgID]] = ..., created_time: Option[UTCEpoch] = ..., expires_time: Option[UTCEpoch] = ..., body: Option[JSON_RFC7159] = ..., attachments: Option[Seq[Attachment]] = ..., from_prior: Option[JWTToken] = ..., return_route: Option[ReturnRoute] = ..., accept-lang: Option[Seq[LanguageCodeIANA]] = ..., lang: Option[LanguageCodeIANA] = ..., l10n: Option[L10n] = ..., sender_order: Option[SenderOrder] = ..., sent_count: Option[SentCount] = ..., received_orders: Option[Seq[ReceivedOrdersElement]] = ...) extends PlaintextMessage
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PlaintextMessagetrait Messageclass Objecttrait Matchableclass Any
Members list
In this article