ThreadBuilder constructor

ThreadBuilder(
  1. {required String name,
  2. Duration? autoArchiveDuration,
  3. required ChannelType type,
  4. bool? invitable,
  5. Duration? rateLimitPerUser}
)

Implementation

ThreadBuilder({required this.name, this.autoArchiveDuration, required this.type, this.invitable, this.rateLimitPerUser});