Hitmare

Results 20 comments of Hitmare

Hello Do you still need help with this issue?

i think its recommended to use a separate database for each bot. you just need to create a second database and import the structure into the 2nd database.

The way Telegram sends interactions with InlineButtons is through Callbackqueries. To start a command or any function that is not implemented by Telegram like URL, Web App, Login URL and...

Hello I can confirm that the bot supports file ID as well since i have it in use as well. How did you test it if i may ask ?

hello. yes you can to that by sending a Callback with the InlineKeyboard and using CallbackQueryCommand.php to fetch that callbackquery. Using `$this->telegram->executeCommand('commandname');` you can start the Conversationcommand that handles the...

Hello As far as i'm aware PHP 8.2 isn't fully supported yet. please use php 8.1 if you can. This bug is known and worked on.

hey. could you try and install the example bot on your VPS ? https://github.com/php-telegram-bot/example-bot upload those files to a new folder and use composer to install the core into it

It must have the certificate of the webserver, but only if its a self-signed one. if you use a "official" one like from letsencrypt, you dont need to do this...

Getting the same Error `ERROR (SyncWorker_4) [homeassistant.util.package] Unable to install package https://github.com/acon96/home-llm/releases/download/v0.3.8/llama_cpp_python-0.3.5-cp313-cp313-linux_amd64-noavx.whl: error: The wheel filename "llama_cpp_python-0.3.5-cp313-cp313-linux_amd64-noavx.whl" has an invalid build tag: must start with a digit`

You are using code from scratch, this is the GitHub from the Longman PHP Telegram Bot Library. You might want to check the response from the Telegram Server and look...