Extensions on Endpoint.Group.Media.Comment Methods delete() func delete() -> Endpoint.Single<Status, Error> Delete the current comment. Returns A valid Endpoint.Single. like() func like() -> Endpoint.Single<Status, Error> Like the underlying comment. Returns A valid Endpoint.Single. unlike() func unlike() -> Endpoint.Single<Status, Error> Unlike the underlying comment. Returns A valid Endpoint.Single.