ThreadBuilder constructor
- required String name,
- Duration? autoArchiveDuration,
- required ChannelType type,
- bool? invitable,
- Duration? rateLimitPerUser,
Implementation
ThreadBuilder({required this.name, this.autoArchiveDuration, required this.type, this.invitable, this.rateLimitPerUser});