> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFFriendsClientAddFriendRequest

> PFFriendsClientAddFriendRequest 데이터 모델입니다.

PFFriendsClientAddFriendRequest 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFFriendsClientAddFriendRequest {  
    const char* friendEmail;  
    const char* friendPlayFabId;  
    const char* friendTitleDisplayName;  
    const char* friendUsername;  
} PFFriendsClientAddFriendRequest;  
```

### 멤버

**`friendEmail`**   const char\*<br />*is null-terminated*

(선택 사항) 로컬 사용자의 친구 목록에 추가를 시도할 사용자의 이메일 주소입니다.

**`friendPlayFabId`**   const char\*<br />*is null-terminated*

(선택 사항) 로컬 사용자의 친구 목록에 추가를 시도할 사용자의 PlayFab 식별자입니다.

**`friendTitleDisplayName`**   const char\*<br />*is null-terminated*

(선택 사항) 로컬 사용자의 친구 목록에 추가를 시도할 사용자의 타이틀별 표시 이름입니다.

**`friendUsername`**   const char\*<br />*is null-terminated*

(선택 사항) 로컬 사용자의 친구 목록에 추가를 시도할 사용자의 PlayFab 사용자 이름입니다.

## 요구 사항

**헤더:** PFFriendsTypes.h

## 참고 항목

[PFFriendsTypes 멤버](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members)


## Related topics

- [PFFriendsClientAddFriendAsync](/ko/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendasync.md)
- [Services C API 개요 - PFFriendsTypes.h](/ko/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsServerAddFriendRequest](/ko/services/playfab/api-references/c/pffriendstypes/structs/pffriendsserveraddfriendrequest.md)
- [PFFriendsClientRemoveFriendRequest](/ko/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientremovefriendrequest.md)
- [PFFriendsClientAddFriendGetResult](/ko/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendgetresult.md)
