Camilo Sperberg
Camilo Sperberg
Hi and thanks for the issue. I will be developing in this library this wednesday so I can pick it up then as this seems an easy fix.
Mm, this is a tricky one as the minimal required PHP version is 7.2 for this new package. I'm all in for supporting new PHP versions, but this would break...
Oh, that should not happen. Any empty set of properties should not be populated, even if it is a subobject. I'll have a look at it and come back to...
The problem lies in the fact that the reply_markup button does not get cleaned in `unreal4u\TelegramAPI\Telegram\Types\Inline\Query\Result::export()`: ``` Array ( [0] => Array ( [type] => article [title] => Answer Title...
Hi! Do you mean you are getting 10 exceptions? In that case, what does the exception say?
Hi! Sorry I missed this completely, the Github - Telegram integration didn't seem to work and I see this just now. This is strange, I see no strange code. What...
Hi! This means that PHP is limited to run only for 10 seconds. This can be solved by overwriting the `max_execution_time` variable: https://www.php.net/manual/en/info.configuration.php#ini.max-execution-time You can also ask your hoster whether...
Hi! Thanks for the idea, however I don't really know what you are referring to as I don't use the library you refer to. Are you referring to the fact...
I think this may be an error in the code. I'll look into it tonight ;) Thanks for reporting this!
Hi, I tested your code and it worked in one go.  This isn't a problem of PHP either, as this message was sent using: PHP 7.2.10 (cli) (built: Sep...