CreateMessage constructor
CreateMessage({})
Implementation
CreateMessage({
required this.channelId,
this.referMessageId,
this.text,
this.media,
this.article,
this.audio,
this.attachment,
});
CreateMessage({
required this.channelId,
this.referMessageId,
this.text,
this.media,
this.article,
this.audio,
this.attachment,
});