Expose clpr_ prefix

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
root
2026-02-20 12:42:34 +03:00
parent 859377c970
commit 388cf8e8df

View File

@@ -36,6 +36,8 @@ function isReactionOnly(originalText) {
} }
// ----------------- Результат ----------------- // ----------------- Результат -----------------
const SCHEMA_PREFIX = 'clpr_';
const result = { const result = {
max_id: null, max_id: null,
max_chat_id: null, max_chat_id: null,
@@ -43,6 +45,7 @@ const result = {
answer_type: null, answer_type: null,
channel: 'max', channel: 'max',
raw_update: raw, raw_update: raw,
prefix: SCHEMA_PREFIX,
reply_to_message_id: null, reply_to_message_id: null,
reply_to_from_id: null, reply_to_from_id: null,
reply_to_from_username: null, reply_to_from_username: null,