D_TIMGroupSetGroupAttributes method
Implementation
int D_TIMGroupSetGroupAttributes(
ffi.Pointer<ffi.Uint8> group_id,
ffi.Pointer<ffi.Uint8> json_group_atrributes,
ffi.Pointer<ffi.Uint8> user_data,
) {
return _D_TIMGroupSetGroupAttributes(
group_id,
json_group_atrributes,
user_data,
);
}