We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ce7dc commit 32bc5a6Copy full SHA for 32bc5a6
bot/context.ts
@@ -76,4 +76,8 @@ export const extn: ContextExtensions = {
76
// @ts-expect-error sendMessage is monkeypatched to accept TgHtml
77
return this.replyWithHTML(html, extra);
78
},
79
+
80
+ replyWithCopy(content, options) {
81
+ return this.telegram.sendCopy(this.chat.id, content, options);
82
+ },
83
};
0 commit comments