Pickup Received
class PickupReceived constructor(var id: String = UUID.randomUUID().toString(), val from: DID, val to: DID, var body: PickupReceived.Body)(source)
Represents a pickup received message.
Constructors
Link copied to clipboard
constructor(id: String = UUID.randomUUID().toString(), from: DID, to: DID, body: PickupReceived.Body)
Functions
Link copied to clipboard
Creates a Message object for sending a message.