Alies Lapatsin

Results 83 comments of Alies Lapatsin

this one is fixed in [3.9](https://github.com/irazasyed/telegram-bot-sdk/releases/tag/v3.9)

@ricky603 1. can you please share full stacktrace? 2. what versions do you use (SDK, PHP)?

@freshface how many services support it? Your PRs are welcome Note about [package principles](https://github.com/spatie/calendar-links#package-principles): 1. it should produce a small output (to keep pagesize small) 2. it should be fast...

hey @igorkamyshev @YozhikM Any news on this PR?

the same for null coalescing operation + throw (php 8): ```php $referrer = $invitedUser->referrer ?? throw new \DomainException('Should not be reached!'); if ($referrer->email) { ... } ``` ``` 35 |...

@irazasyed Dialogs/Conversations are developed as a separate package https://github.com/koot-labs/telegram-bot-dialogs (works on v3.1+) (I'm a maintainer). I think it's good to have such functionality as a separate package (plugin)

this is depreciation notice, it's not a bug, it doesn't affect how application works. You are free to ignore it or update Laravel version ;)

telegram-bot-sdk is outdated version: it's ok to have deprecations for outdated ones

the same issue, very annoying