mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-22 15:22:19 +00:00
Added getSubscriptions method
This commit is contained in:
@@ -35,6 +35,8 @@ final class Client implements ClientApiInterface
|
||||
* @param RequestFactoryInterface $requestFactory A PSR-17 factory for creating requests.
|
||||
* @param StreamFactoryInterface $streamFactory A PSR-17 factory for creating request body streams.
|
||||
* @param string $apiVersion The API version to use for requests.
|
||||
*
|
||||
* @throws InvalidArgumentException
|
||||
*/
|
||||
public function __construct(
|
||||
private readonly string $accessToken,
|
||||
|
||||
Reference in New Issue
Block a user