updateGroupAdmin method

ResponseFuture<MsgUpdateGroupAdminResponse> updateGroupAdmin(
  1. MsgUpdateGroupAdmin request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$29.MsgUpdateGroupAdminResponse> updateGroupAdmin($29.MsgUpdateGroupAdmin request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateGroupAdmin, request, options: options);
}