MessageInteractionInfo constructor
MessageInteractionInfo({
- required int viewCount,
- required int forwardCount,
- MessageReplyInfo? replyInfo,
- MessageReactions? reactions,
Implementation
MessageInteractionInfo({
required this.viewCount,
required this.forwardCount,
this.replyInfo,
this.reactions,
});