Files
automatisch/packages/docs/pages/apps/telegram-bot/actions.md
2022-12-04 17:27:59 +01:00

13 lines
235 B
Markdown

---
favicon: /favicons/telegram-bot.svg
items:
- name: Send a message
desc: Sends a message to a chat you specify.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />