ChatReplySnapshot constructor
const
ChatReplySnapshot({})
Creates a new ChatReplySnapshot.
All parameters except authorAvatarUrl are required.
Implementation
const ChatReplySnapshot({
required this.messageId,
required this.authorId,
required this.authorDisplayName,
this.authorAvatarUrl,
required this.textPreview,
required this.createdAt,
});