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