MessagesReceived

fmgp.did.comm.protocol.pickup3.MessagesReceived
See theMessagesReceived companion object
final case class MessagesReceived(id: MsgID, thid: Option[MsgID], from: FROM, to: TO, message_id_list: Seq[String])

After receiving messages, the recipient sends an acknowledge message indiciating which messages are safe to clear from the queue.

{
 "id": "123456780",
 "type": "https://didcomm.org/messagepickup/3.0/messages-received",
 "body": { "message_id_list": ["123","456"] },
 "return_route": "all"
}

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def piuri: PIURI

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product