EventRateLimitExceeded constructor
const
EventRateLimitExceeded({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory EventRateLimitExceeded({
@Default('chat.bsky.moderation.subscribeModEvents#eventRateLimitExceeded')
String $type,
/// The DID of the user who hit the rate limit.
required String actorDid,
@JsonKey(toJson: iso8601) required DateTime createdAt,
/// The NSID of the endpoint that was rate limited.
required String endpoint,
required String rev,
Map<String, dynamic>? $unknown,
}) = _EventRateLimitExceeded;