13 lines
235 B
Markdown
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 />
|