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

# PartyXblRequiredChatPermissionInfoChangedStateChange

> Reference for the PartyXblRequiredChatPermissionInfoChanged state change, signaling updated XBOX Live chat permissions between local and target Party users.

Information specific to the *RequiredChatPermissionInfoChanged* type of state change.

## Syntax

```cpp theme={null}
struct PartyXblRequiredChatPermissionInfoChangedStateChange : PartyXblStateChange {  
    PartyXblLocalChatUser* localChatUser;  
    PartyXblChatUser* targetChatUser;  
}  
```

### Members

**`localChatUser`**   [PartyXblLocalChatUser](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/partyxbllocalchatuser)\*

The local chat user for which the chat permission info applies to.

**`targetChatUser`**   [PartyXblChatUser](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblChatUser/partyxblchatuser)\*

The chat user the chat permission info should be applied to.

## Remarks

Use [PartyXblLocalChatUser::GetRequiredChatPermissionInfo()](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getrequiredchatpermissioninfo) with the `targetChatUser` provided in this state change to get the new chat permission information.

## Requirements

**Header:** PartyXboxLive.h

## See also

[PartyXboxLive members](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members)


## Related topics

- [PartyXblLocalChatUser::GetRequiredChatPermissionInfo](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getrequiredchatpermissioninfo.md)
- [PartyXblChatPermissionMaskReason](/services/playfab/multiplayer/networking/xblreference/enums/partyxblchatpermissionmaskreason.md)
- [PartyXboxLive C/C++ API overview](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members.md)
- [PartyXblStateChangeType](/services/playfab/multiplayer/networking/xblreference/enums/partyxblstatechangetype.md)
- [XBOX Live helper library for PlayFab Party](/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
