feat(telegram-bot): add application

This commit is contained in:
Ali BARIN
2022-12-04 16:47:24 +01:00
parent bd2f2cbf64
commit 677880c633
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
import defineApp from '../../helpers/define-app';
import addAuthHeader from './common/add-auth-header';
import auth from './auth';
import actions from './actions';
export default defineApp({
name: 'Telegram',
key: 'telegram-bot',
iconUrl: '{BASE_URL}/apps/telegram-bot/assets/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/apps/telegram-bot/connection',
supportsConnections: true,
baseUrl: 'https://telegram.org',
apiBaseUrl: 'https://api.telegram.org',
primaryColor: '2AABEE',
});