telegram.ts 379 B

123456789101112131415161718
  1. // This file is auto-generated by notification generator. DO NOT EDIT.
  2. import type { ExternalNotifyConfig } from './types'
  3. const TelegramConfig: ExternalNotifyConfig = {
  4. name: () => $gettext('Telegram'),
  5. config: [
  6. {
  7. key: 'bot_token',
  8. label: 'Bot Token',
  9. },
  10. {
  11. key: 'chat_id',
  12. label: 'Chat ID',
  13. },
  14. ],
  15. }
  16. export default TelegramConfig