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

# PartyXblChatPermissionInfo

> PartyXblChatPermissionInfo struct in PartyXboxLive.h describes the required chat permission and mask reason between two XBOX Live users in PlayFab Party.

Information regarding a required chat permission.

## Syntax

```cpp theme={null}
struct PartyXblChatPermissionInfo {  
    PartyChatPermissionOptions chatPermissionMask;  
    PartyXblChatPermissionMaskReason reason;  
}  
```

### Members

**`chatPermissionMask`**   [PartyChatPermissionOptions](/services/playfab/multiplayer/networking/reference/enums/partychatpermissionoptions)

The chat permission options mask that should be applied to the target chat user.

Use a bitwise 'AND' operation against the desired chat permissions to ensure the resulting permissions will respect XBOX Live policies.

**`reason`**   [PartyXblChatPermissionMaskReason](/services/playfab/multiplayer/networking/xblreference/enums/partyxblchatpermissionmaskreason)

Extra information regarding the result of a required chat permission query.

## Requirements

**Header:** PartyXboxLive.h

## See also

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