grkamil / laravel-telegram-logging

Send logs to Telegram chat via Telegram bot
MIT License
147 stars 33 forks source link

Add telegram api host to config #37

Closed mahdiaslami closed 1 year ago

mahdiaslami commented 1 year ago

Hello! I have added the Telegram API host to the config file in this pull request. This change offers two benefits to the user. Firstly, by modifying the API host, the user can employ a reverse proxy to request the Telegram API. Secondly, there are a few messaging apps that share the same API as Telegram, so users can use this package for those apps as well.

Thanks