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

> 로컬 및 대상 Party 사용자 간 업데이트된 XBOX Live 채팅 권한을 알리는 PartyXblRequiredChatPermissionInfoChanged 상태 변경에 대한 참조.

*RequiredChatPermissionInfoChanged* 유형의 상태 변경에 관한 정보입니다.

## 구문

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

### 멤버

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

채팅 권한 정보가 적용되는 로컬 채팅 사용자입니다.

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

채팅 권한 정보를 적용해야 하는 채팅 사용자입니다.

## 설명

이 상태 변경에서 제공된 `targetChatUser`와 함께 [PartyXblLocalChatUser::GetRequiredChatPermissionInfo()](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getrequiredchatpermissioninfo)를 사용하여 새 채팅 권한 정보를 가져옵니다.

## 요구 사항

**헤더:** PartyXboxLive.h

## 참고 항목

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