mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-24 09:16:47 +00:00
Some fix
This commit is contained in:
@@ -26,7 +26,7 @@ interface ClientApiInterface
|
||||
public function request(string $method, string $uri, array $queryParams = [], array $body = []): array;
|
||||
|
||||
/**
|
||||
* Performs a file download at the specified URL.
|
||||
* Performs a file upload at the specified URL.
|
||||
*
|
||||
* @param string $uri URL received from the download API.
|
||||
* @param resource|string $fileContents File content (stream resource or string).
|
||||
|
||||
Reference in New Issue
Block a user