setCustomInfo method

Future<JSResult> setCustomInfo(
  1. Object customInfoParams
)

Implementation

Future<JSResult> setCustomInfo(Object customInfoParams) async {
  return wrappedPromiseToFuture(
      timeweb!.setGroupMemberCustomField(customInfoParams));
}