> ## 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.

# PFUserTwitchInfo

> PFUserTwitchInfo データ モデル。

PFUserTwitchInfo データ モデル。

## 構文

```cpp theme={null}
typedef struct PFUserTwitchInfo {  
    const char* twitchId;  
    const char* twitchUserName;  
} PFUserTwitchInfo;  
```

### メンバー

**`twitchId`**   const char\*\
*null 終端*

(オプション) Twitch ID。

**`twitchUserName`**   const char\*\
*null 終端*

(オプション) Twitch のユーザー名。

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
- [PFUserFacebookInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinfo.md)
- [PFUserGoogleInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfusergoogleinfo.md)
