feat: add api error code 160002 (#6566)

This commit is contained in:
Shubham Parihar
2021-08-31 16:08:27 +05:30
committed by GitHub
parent cdb00053de
commit d16ada9708
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -2973,6 +2973,7 @@ export interface APIErrors {
REACTION_BLOCKED: 90001;
RESOURCE_OVERLOADED: 130000;
STAGE_ALREADY_OPEN: 150006;
CANNOT_REPLY_WITHOUT_READ_MESSAGE_HISTORY_PERMISSION: 160002;
MESSAGE_ALREADY_HAS_THREAD: 160004;
THREAD_LOCKED: 160005;
MAXIMUM_ACTIVE_THREADS: 160006;