ChannelMention constructor

ChannelMention({
  1. required String id,
  2. required String guildId,
  3. required ChannelType type,
  4. required String name,
})

Constructor

Implementation

ChannelMention({
  required this.id,
  required this.guildId,
  required this.type,
  required this.name,
});