Fix like/dislike errors and implement native chat system
This commit is contained in:
@@ -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' }]
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user