Message constructor
Message({})
Implementation
Message({
required this.id,
required this.channelId,
required this.creatorId,
this.text,
this.media,
this.audio,
this.attachment,
this.article,
this.referMessageId,
this.prevId,
this.createdAt,
this.updatedAt,
});