Message Receipt
data class MessageReceipt(val receipt: MessageReceipt.ReceiptType, val smpHeader: SmpHeader) : MessageEvent
Represents a receipt event for a message in the Satellite Message Protocol.
This class encapsulates information about the delivery status of a message, including what stage of delivery it has reached and the original message header for identification.