test(Telegram Node): Add some tests for Telegram (no-changelog) (#11043)

This commit is contained in:
Jon
2024-12-02 19:02:08 +00:00
committed by GitHub
parent 0a8a57e4ec
commit 7ad4badd2d
7 changed files with 2156 additions and 1 deletions

View File

@@ -121,4 +121,8 @@ BQIDAQAB
secret: 'baz',
algorithm: 'HS256',
},
telegramApi: {
accessToken: 'testToken',
baseUrl: 'https://api.telegram.org',
},
} as const;