rateLimitPerUser property

  1. @override
Duration? rateLimitPerUser
final

The rate limit duration of this channel per user.

Does not apply to threads created in this channel. See HasThreadsChannel.defaultThreadRateLimitPerUser for that.

Implementation

@override
final Duration? rateLimitPerUser;