-
I would like to run a bot on a server using webhooks. your framework provides such an interface, but there were problems with the launch. is it possible to get a detailed guide for using CallbackTeleg…
-
Hi
I'm using Laravel `v8.76.2`:
```
# php artisan -V
Laravel Framework 8.76.2
```
and running `composer require` I receive:
```
# composer require telegram-bot-sdk/laravel
Using version 4…
-
**Describe the bug**
Transcripts won't show in a feed with vtt subtitles
¿Is vtt supported? It's mentioned in https://github.com/podverse/podverse-web/blob/2df1615d467980659a211835fdaa16d1b2b83202/s…
-
Hello.
I am new to python. Can you help me with one question?
I installed and ran everything according to your instructions and it works. Thank you for this. In the logs, I see incoming messages.
…
-
I am developing a moderator bot that tracks messages, commands, and calls of third-party bots in a specific group. I encountered a problem with implementing the functionality of removing messages that…
-
## Background
I am the developer of an a new framework for writing Telegram bots ([ref](https://github.com/grammyjs/grammY), but the purpose is irrelevant here). The core framework is extensible by…
-
`public function webhook(Request $request)
{
Log::info($request);
$update = Telegram::commandsHandler(true);
// Commands handler method returns an Update o…
-
In general, I ran the bot, but the problem appeared the following message:
It would be nice if I could get some help with this problem.
-
## 1 Introduction
Telegram Bot API is an interface (HTTP transport protocol) created for implementing bots that work through Telegram.
Essentially, Telegram bots are applications (written in any…
-
### Octane Version
2.0
### Laravel Version
10.11
### PHP Version
8.1.18
### What server type are you using?
Roadrunner
### Server Version
RoadRunner 2023.1.3
### Database Driver & Version
_…