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