D_TIMGroupDeleteGroupAttributes method
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,
);
}