@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user