mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-25 23:44:39 +03:00
13 lines
238 B
JavaScript
13 lines
238 B
JavaScript
module.exports = {
|
|
docs: {
|
|
'Getting Started': [
|
|
'installation',
|
|
'telegraf-methods',
|
|
'bot-injection',
|
|
'async-configuration',
|
|
'webhooks',
|
|
],
|
|
'API Reference': ['api-reference/decorators'],
|
|
},
|
|
};
|