> ## 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\*\
*is null-terminated*

（可选）Twitch ID。

**`twitchUserName`**   const char\*\
*is null-terminated*

（可选）Twitch 用户名。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsasync.md)
- [PFUserPsnInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuserpsninfo.md)
