feat(telegram-bot): add authentication support

This commit is contained in:
Ali BARIN
2022-12-04 16:49:13 +01:00
parent 677880c633
commit 39ac3ff4c2
5 changed files with 57 additions and 0 deletions

View File

@@ -12,4 +12,6 @@ export default defineApp({
baseUrl: 'https://telegram.org',
apiBaseUrl: 'https://api.telegram.org',
primaryColor: '2AABEE',
beforeRequest: [addAuthHeader],
auth,
});