Message constructor
Message({
- String? alias,
- String? msg,
- bool? parseUrls,
- Bot? bot,
- bool? groupable,
- String? t,
- DateTime? ts,
- User? user,
- String? rid,
- Map<
String, Reaction> ? reactions, - List<
Mention> ? mentions, - List<
String> ? channels, - Map<
String, String> ? starred, - String? emoji,
- String? avatar,
- List<
MessageAttachment> ? attachments, - User? editedBy,
- DateTime? editedAt,
- List<
String> ? urls,
Implementation
Message({
this.alias,
this.msg,
this.parseUrls,
this.bot,
this.groupable,
this.t,
this.ts,
this.user,
this.rid,
this.reactions,
this.mentions,
this.channels,
this.starred,
this.emoji,
this.avatar,
this.attachments,
this.editedBy,
this.editedAt,
this.urls,
});