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

> Modelo de datos de PFUserTwitchInfo.

Modelo de datos de PFUserTwitchInfo.

## Sintaxis

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

### Miembros

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

(Opcional) Id. de Twitch.

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

(Opcional) Nombre de usuario de Twitch.

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

[Miembros de PFTypes](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/es/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsasync.md)
- [Información general de la API de C de Services - PFAccountManagement.h](/es/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
