InteractionReceipt constructor
InteractionReceipt({})
Constructs a new InteractionReceipt instance.
Requires messageId, sender, receiverType, receiverId, and interactions to be specified.
Implementation
InteractionReceipt(
{required this.messageId,
required this.sender,
required this.receiverType,
required this.receiverId,
required this.interactions});