Alies Lapatsin
Alies Lapatsin
@egulias >Looks like everything above PHP7 is failing due to psalm errors. exactly, but we can't use parameter types bc on v2 we support PHP >=5.5 e.g.: MissingClosureParamType - src/Validation/DNSCheckValidation.php:128:30...
Hey @egulias what is the state of this PR review? Do you want something extra from me as from PR author?
I think it makes sense to implement this feature only after merging #20 Otherwise we will have a lot of conflicts
+1 to implement this missing functionality in v2
@the-alex-mark ## preamble this is english speaking repository. For all questions in Russian please use local communities (импортозамещайтесь 😀). ## Answer I've checked this case - it's not possible to...
BTW: there are a lot bugs fixed in recent versions, it's highly recommended to update to the latest version of the package
@maksimklimenko @colinhall17 I assume you are using another composer package https://github.com/php-telegram-bot/core , this is a wrong repository to ask this question
@LordVersA @Iossarian - What package version do you use? - Can you please provide a code snippet to test it? - Can you please provide a body of telegram response?
to avoid this issue, you can use DI and inject `BotsManager` class and then use ```php $bot = $botManager->bot() $bot->sendMessage([...]); ``` `Telegram` facade proxies too much methods, for this reason...
@Carla1315 can you please provide: - stacktrace - code example how you register commands