> ## 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](/ko/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsasync.md)
- [PFUserKongregateInfo](/ko/services/playfab/api-references/c/pftypes/structs/pfuserkongregateinfo.md)
