You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove subscriber from Request. To do this, add attributes to the Request, just like in ServerRequestInterface from the PSR-7. It should be added via a middleware. So, middlewares should also be added to this library.
Create DTO for a Telegram update entity. Of course, there should also be a repository interface for getting and saving it.
Remove SubscriberService. It's an application-specific functionality.
Refactor console commands to be used with different bot tokens and webhook URLs in a single application
The text was updated successfully, but these errors were encountered:
subscriber
fromRequest
. To do this, addattributes
to theRequest
, just like inServerRequestInterface
from the PSR-7. It should be added via a middleware. So, middlewares should also be added to this library.SubscriberService
. It's an application-specific functionality.The text was updated successfully, but these errors were encountered: