Integration yii2-extenstion for telegram bot service
This commit is contained in:
@ -77,6 +77,17 @@ return [
|
||||
['class' => 'yii\rest\UrlRule', 'controller' => 'skills'],
|
||||
],
|
||||
],
|
||||
'telegram_bot' => [
|
||||
'class' => 'kavalar\TelegramBotApi',
|
||||
'templates' => [
|
||||
'interview_request' =>
|
||||
"Пришёл запрос на интервью.\n".
|
||||
"Профиль: ~profile_id~\n".
|
||||
"Телефон: ~phone~\n".
|
||||
"Email: ~email~\n".
|
||||
"Комментарий: ~comment~"
|
||||
],
|
||||
],
|
||||
|
||||
],
|
||||
'params' => $params,
|
||||
|
Reference in New Issue
Block a user