Fix like/dislike errors and implement native chat system

This commit is contained in:
2025-09-13 07:51:02 +09:00
parent 8893b4ad22
commit 321547bf27
14 changed files with 1236 additions and 39 deletions

View File

@@ -172,7 +172,8 @@ export class CommandHandlers {
const keyboard: InlineKeyboardMarkup = {
inline_keyboard: [
[{ text: '💬 Открыть чаты', callback_data: 'open_chats' }],
[{ text: '🔍 Найти еще', callback_data: 'start_browsing' }]
[{ text: '<EFBFBD> Нативные чаты', callback_data: 'native_chats' }],
[{ text: '<27>🔍 Найти еще', callback_data: 'start_browsing' }]
]
};