borsaco / TelegramBotApiBundle

A symfony wrapper bundle for Telegram Bot API.
BSD 3-Clause "New" or "Revised" License
56 stars 17 forks source link

where i can find file for add my api ? #9

Closed faustgete closed 3 years ago

faustgete commented 4 years ago

Hello. I'm installer Via Composer (composer require borsaco/telegram-bot-api-bundle). Next: Configure the bundle This bundle was designed to just work out of the box. The only thing you have to configure in order to get this bundle up and running is your bot token. config/packages/telegram.yaml

but i cant find this file at the specified path - # config/packages/telegram.yaml

seddighi78 commented 4 years ago

Hello This project is the Symfony framework bundle if you want to use a telegram bot SDK standalone you may use this package(https://github.com/irazasyed/telegram-bot-sdk). if you are using Symfony framework that file stored in the config directory

seddighi78 commented 4 years ago

Hello @faustgete is your problem solved?

seddighi78 commented 3 years ago

Closed for inactivity.