deleteReactionFromMessage method
ResponseFuture<MercuryResponse>
deleteReactionFromMessage(
- MercuryRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.MercuryResponse> deleteReactionFromMessage(
$1.MercuryRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$deleteReactionFromMessage, request,
options: options);
}