ChatStatisticsMessageInteractionInfo constructor
const
ChatStatisticsMessageInteractionInfo({})
Contains statistics about interactions with a message
Implementation
const ChatStatisticsMessageInteractionInfo({
required this.messageId,
required this.viewCount,
required this.forwardCount,
});