MessageReplyInfo constructor
const
MessageReplyInfo({})
Contains information about replies to a message
Implementation
const MessageReplyInfo({
required this.replyCount,
required this.recentReplierIds,
required this.lastReadInboxMessageId,
required this.lastReadOutboxMessageId,
required this.lastMessageId,
});