feat: add reaction to acknowledge message in createTelegramBot
This commit is contained in:
committed by
Peter Steinberger
parent
9d656f4269
commit
b1bb3ff6a6
@@ -162,6 +162,11 @@ export function createTelegramBot(opts: TelegramBotOptions) {
|
||||
}
|
||||
}
|
||||
|
||||
// React to acknowledge message receipt
|
||||
ctx.react("✍️").catch((err) => {
|
||||
logVerbose(`telegram react failed for chat ${chatId}: ${String(err)}`);
|
||||
});
|
||||
|
||||
const media = await resolveMedia(
|
||||
ctx,
|
||||
mediaMaxBytes,
|
||||
|
||||
Reference in New Issue
Block a user