D_TIMFriendshipCreateFriendGroup method

int D_TIMFriendshipCreateFriendGroup(
  1. Pointer<Uint8> json_create_friend_group_param,
  2. Pointer<Uint8> user_data
)

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