ThreadChannel(- bool _archived,
- int _autoArchiveDuration,
- bool _locked,
- bool? _invitable,
- String _createdAt,
- MessageManager messages,
- Snowflake? lastMessageId,
- Snowflake guildId,
- Snowflake? parentId,
- String label,
- int type,
- int? position,
- int? flags,
- PermissionOverwriteManager? permissions,
- Snowflake id
)
Implementation
ThreadChannel(
this._archived,
this._autoArchiveDuration,
this._locked,
this._invitable,
this._createdAt,
super.messages,
super.lastMessageId,
super.guildId,
super.parentId,
super.label,
super.type,
super.position,
super.flags,
super.permissions,
super.id
);