menu
dartcord_core package
documentation
dartcord_core.dart
Channel
Channel constructor
Channel constructor
dark_mode
light_mode
Channel
constructor
Channel
(
{
required
String
id
,
required
String
?
name
,
required
int
type
,
required
Guild
?
guild
,
})
Implementation
Channel({ required this.id, required this.name, required this.type, required this.guild, });
dartcord_core package
documentation
dartcord_core
Channel
Channel constructor
Channel class