D_TIMGroupDeleteGroupAttributes method

int D_TIMGroupDeleteGroupAttributes(
  1. Pointer<Uint8> group_id,
  2. Pointer<Uint8> json_keys,
  3. Pointer<Uint8> user_data
)

Implementation

int D_TIMGroupDeleteGroupAttributes(
  ffi.Pointer<ffi.Uint8> group_id,
  ffi.Pointer<ffi.Uint8> json_keys,
  ffi.Pointer<ffi.Uint8> user_data,
) {
  return _D_TIMGroupDeleteGroupAttributes(
    group_id,
    json_keys,
    user_data,
  );
}