@pipedream/telegram_bot_api 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,13 +7,14 @@ export default {
|
|
|
7
7
|
key: "telegram_bot_api-download-voice-message",
|
|
8
8
|
name: "Download Voice Message",
|
|
9
9
|
description: "Downloads a Telegram voice message to the `/tmp` directory using its `file_id`. Use this after receiving a voice message update to persist the audio locally. [See the documentation](https://core.telegram.org/bots/api#getfile)",
|
|
10
|
-
version: "0.0.
|
|
10
|
+
version: "0.0.3",
|
|
11
11
|
annotations: {
|
|
12
12
|
destructiveHint: false,
|
|
13
13
|
openWorldHint: true,
|
|
14
14
|
readOnlyHint: false,
|
|
15
15
|
},
|
|
16
16
|
type: "action",
|
|
17
|
+
ai: "optimized",
|
|
17
18
|
props: {
|
|
18
19
|
telegramBotApi,
|
|
19
20
|
syncDir: {
|