mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-24 18:56:50 +00:00
Documentation & rename deleteAdmins to deleteAdmin
This commit is contained in:
+1
-1
@@ -874,7 +874,7 @@ class Api
|
||||
* @throws ReflectionException
|
||||
* @throws SerializationException
|
||||
*/
|
||||
public function deleteAdmins(int $chatId, int $userId): Result
|
||||
public function deleteAdmin(int $chatId, int $userId): Result
|
||||
{
|
||||
return $this->modelFactory->createResult(
|
||||
$this->client->request(
|
||||
|
||||
Reference in New Issue
Block a user