DirectMessage constructor
DirectMessage({
- int? id,
- String? textContent,
- String? deltaContent,
- int? group,
- String? fromUserFullName,
- int? fromUserId,
- dynamic replyTo,
- bool? isBase64Encoded,
- int? createdAt,
- dynamic updatedAt,
- dynamic forwardedByUser,
- dynamic forwardedFromGroup,
- List? seenBy,
- List<
MessageFile> ? files, - List? replies,
- Reactions? reactions,
- int? hash,
- bool? isDeleted,
- bool? isPinned,
Implementation
DirectMessage({
this.id,
this.textContent,
this.deltaContent,
this.group,
this.fromUserFullName,
this.fromUserId,
this.replyTo,
this.isBase64Encoded,
this.createdAt,
this.updatedAt,
this.forwardedByUser,
this.forwardedFromGroup,
this.seenBy,
this.files,
this.replies,
this.reactions,
this.hash,
this.isDeleted,
this.isPinned,
});