TypingIndicator constructor
TypingIndicator({})
Implementation
TypingIndicator({
required this.sender,
required this.receiverId,
required this.receiverType,
this.metadata,
required this.lastTimestamp,
});