ChannelMute constructor
ChannelMute({
- ChannelResponse? channel,
- required DateTime createdAt,
- DateTime? expires,
- required DateTime updatedAt,
- UserObject? user,
Returns a new ChannelMute instance.
Implementation
ChannelMute({
this.channel,
required this.createdAt,
this.expires,
required this.updatedAt,
this.user,
});