feat(telegram-bot): add send message action

This commit is contained in:
Ali BARIN
2022-12-04 16:49:30 +01:00
parent 39ac3ff4c2
commit 8c343abac5
3 changed files with 63 additions and 0 deletions

View File

@@ -14,4 +14,5 @@ export default defineApp({
primaryColor: '2AABEE',
beforeRequest: [addAuthHeader],
auth,
actions,
});