Rich @ Astral Media

Results 2 issues of Rich @ Astral Media

### System information - All platforms ### Describe the problem When using the bot and settings allow back-data, the bot as it should reads the data then starts up. If...

enhancement

**Describe the bug** When using api.call() for example: `async function main() { const res = await TelegramAPI.call('help.getNearestDc', {}); console.log(res); } main(); ` The function does not close e.g. return to...