Added response handler
This commit is contained in:
parent
c40a57195e
commit
c692edbc66
6 changed files with 22 additions and 11 deletions
|
@ -5,7 +5,8 @@ module.exports = (bot) => {
|
|||
ctx.reply(
|
||||
Strings.lynxPrivacy, {
|
||||
parse_mode: 'Markdown',
|
||||
disable_web_page_preview: true
|
||||
disable_web_page_preview: true,
|
||||
reply_to_message_id: ctx.message.message_id
|
||||
}
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue