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

# PFGroupsAcceptGroupInvitationRequest

> PFGroupsAcceptGroupInvitationRequest 数据模型。如果被邀请的实体未被组阻止，则接受加入组的未处理邀请。

PFGroupsAcceptGroupInvitationRequest 数据模型。如果被邀请的实体未被组阻止，则接受加入组的未处理邀请。只有被邀请实体或其链中的父实体（例如 title）才能代表被邀请实体接受邀请。成功时不返回任何数据。

## 语法

```cpp theme={null}
typedef struct PFGroupsAcceptGroupInvitationRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
    PFEntityKey const* group;  
} PFGroupsAcceptGroupInvitationRequest;  
```

### 成员

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

（可选）与请求关联的可选自定义标记（例如生成号、外部跟踪标识符等）。

**`customTagsCount`**   uint32\_t

customTags 的数量

**`entity`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*may be nullptr*

（可选）要在其上执行此操作的可选实体。默认为当前登录的实体。

**`group`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

组的标识符。

## 要求

**头文件：** PFGroupsTypes.h

## 另请参阅

[PFGroupsTypes 成员](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsAcceptGroupInvitationAsync](/zh-CN/services/playfab/api-references/c/pfgroups/functions/pfgroupsacceptgroupinvitationasync.md)
- [服务 C API 概览 - PFGroupsTypes.h](/zh-CN/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsAcceptGroupApplicationRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsacceptgroupapplicationrequest.md)
- [PFGroupsRemoveGroupInvitationRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsremovegroupinvitationrequest.md)
- [PFGroupsListGroupInvitationsRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupinvitationsrequest.md)
