diff --git a/node/constants.js b/node/constants.js index 32160355a..633076bda 100644 --- a/node/constants.js +++ b/node/constants.js @@ -266,6 +266,8 @@ module.exports = { DC_STR_REMOVE_MEMBER_BY_YOU: 130, DC_STR_REPLY_NOUN: 90, DC_STR_SAVED_MESSAGES: 69, + DC_STR_SECUREJOIN_WAIT: 190, + DC_STR_SECUREJOIN_WAIT_TIMEOUT: 191, DC_STR_SECURE_JOIN_GROUP_QR_DESC: 120, DC_STR_SECURE_JOIN_REPLIES: 118, DC_STR_SECURE_JOIN_STARTED: 117, diff --git a/node/lib/constants.ts b/node/lib/constants.ts index fa78b634a..4ba72ba31 100644 --- a/node/lib/constants.ts +++ b/node/lib/constants.ts @@ -266,6 +266,8 @@ export enum C { DC_STR_REMOVE_MEMBER_BY_YOU = 130, DC_STR_REPLY_NOUN = 90, DC_STR_SAVED_MESSAGES = 69, + DC_STR_SECUREJOIN_WAIT = 190, + DC_STR_SECUREJOIN_WAIT_TIMEOUT = 191, DC_STR_SECURE_JOIN_GROUP_QR_DESC = 120, DC_STR_SECURE_JOIN_REPLIES = 118, DC_STR_SECURE_JOIN_STARTED = 117,