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

# PFGroupsInviteToGroupResponse

> PFGroupsInviteToGroupResponse データ モデル。グループへの招待を記述します。

PFGroupsInviteToGroupResponse データ モデル。グループへの招待を記述します。

## 構文

```cpp theme={null}
typedef struct PFGroupsInviteToGroupResponse {  
    time_t expires;  
    PFEntityKey const* group;  
    PFGroupsEntityWithLineage const* invitedByEntity;  
    PFGroupsEntityWithLineage const* invitedEntity;  
    const char* roleId;  
} PFGroupsInviteToGroupResponse;  
```

### メンバー

**`expires`**   time\_t

招待が有効期限切れとなり削除される日時。

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

(省略可能) エンティティが招待されたグループ。

**`invitedByEntity`**   [PFGroupsEntityWithLineage](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage) const\*<br />*may be nullptr*

(省略可能) 招待を作成したエンティティ。

**`invitedEntity`**   [PFGroupsEntityWithLineage](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage) const\*<br />*may be nullptr*

(省略可能) 招待されたエンティティ。

**`roleId`**   const char\*<br />*is null-terminated*

(省略可能) ユーザーを割り当てるグループ内のロールの ID。

## 要件

**ヘッダー:** PFGroupsTypes.h

## 関連項目

[PFGroupsTypes のメンバー](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsInviteToGroupGetResult](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupsinvitetogroupgetresult.md)
- [Services C API overview - PFGroupsTypes.h](/ja-jp/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsInviteToGroupRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsinvitetogrouprequest.md)
- [PFGroupsInviteToGroupAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupsinvitetogroupasync.md)
- [PFGroupsGetGroupResponse](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgetgroupresponse.md)
