function __construct(ILocalizedEndpoint $endpoint) { parent::__construct($endpoint); }
function __construct(IAuthenticatedEndpoint $endpoint) { parent::__construct($endpoint); }
public function __construct(IRestrictedGuildEndpoint $endpoint) { parent::__construct($endpoint); }
function __construct(IPaginatedEndpoint $endpoint) { parent::__construct($endpoint); }