RateControl

This commit is contained in:
2026-07-14 02:27:33 +03:00
parent 4f6d2d0801
commit 1ca9fc477b
19 changed files with 879 additions and 146 deletions
+5 -1
View File
@@ -47,5 +47,9 @@ public enum ExceptionCode : ushort
NotSupported,
NotImplemented,
NotAllowed,
RateLimitExceeded
RateLimitExceeded,
ParserLimitExceeded,
AttachmentLimitExceeded,
AlreadyAttached,
ConnectionLimitExceeded
}