-
How can i receive message from users?
e.g:
bot:What is your name?
user:abolfazl
-
**I'm submitting a ...** (check one with "x")
```
[ ] bug report => search for a similar issue before submitting
[ X] feature request
[ ] question
```
**Minimal usage of the plugin**
can y…
-
Hi all,
I have been trying to get this package to work for a little time now, so far I have been able to publish a message to Telegram, however I am unable to get a responce from anything.
I ha…
-
when i call an notification, the system answer as this:
NotificationChannels\Telegram\Exceptions\CouldNotSendNotification: You must provide your telegram bot token to make any API requests. in [...…
-
Hi,
I'm trying to upgrade Laravel to version 5.5, but composer says it is not supported by `laravel-notification-channels/telegram 0.0.2`. Is `dev-master` safe to use?
-
I am using laravel-backup on Laravel 5.1 using `"spatie/laravel-backup": "^3.0.0",` in my composer.json.
In my settings I have the following:
`/*
* The amount of days that all back…
-
Непонятно как вообще работает код )
`try {
$bot = new \TelegramBot\Api\Client('*************');
$bot->command('ping', function ($message) use ($bot) {
$bot->sendMessage($message-…
-
I think it would be great if it were possible from within Botman studio to register the webhook for the bot with telegram.
If I were to turn this into an artisan command, would this be merged?
-
web.php
```php
Route::telegramWebHook('someControler@someMethod');
// or
Route::telegramWebHook(function(){
// some php code here...
});
```
The hook url goes in config file.
config/te…
-
### Required Information
- Operating system: Ubuntu 16.04 / nginx
- PHP version: 7.1
- PHP Telegram Bot version: ^0.46.0
- Using MySQL database: yes
- MySQL version: 5.7
- Update Method: Webhook…