D_TIMFriendshipCreateFriendGroup method
Implementation
int D_TIMFriendshipCreateFriendGroup(
ffi.Pointer<ffi.Uint8> json_create_friend_group_param,
ffi.Pointer<ffi.Uint8> user_data,
) {
return _D_TIMFriendshipCreateFriendGroup(
json_create_friend_group_param,
user_data,
);
}