> ## 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](/ja-jp/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendasync.md)
- [Services C API overview - PFFriendsTypes.h](/ja-jp/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsServerAddFriendRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsserveraddfriendrequest.md)
- [PFFriendsClientRemoveFriendRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientremovefriendrequest.md)
- [PFFriendsClientAddFriendGetResult](/ja-jp/services/playfab/api-references/c/pffriends/functions/pffriendsclientaddfriendgetresult.md)
