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

# MatchmakingUserTicketInvitePayload

> MatchmakingUserTicketInvitePayload 数据类型。

## 属性

| 名称            | 类型                                                                        | 说明             |
| :------------ | :------------------------------------------------------------------------ | :------------- |
| CreatorEntity | [EntityKey](/services/playfab/api-references/events/data-types/entitykey) | 邀请用户加入票证的实体。   |
| QueueName     | String                                                                    | 创建票证的队列名称。     |
| TicketId      | String                                                                    | 用户被邀请加入的票证 ID。 |


## Related topics

- [MatchmakingUserTicketCompletePayload](/zh-CN/services/playfab/api-references/events/data-types/matchmakinguserticketcompletepayload.md)
- [user_ticket_invited](/zh-CN/services/playfab/api-references/events/Matchmaking/user-ticket-invited.md)
- [MatchmakingTicketCompletePayload](/zh-CN/services/playfab/api-references/events/data-types/matchmakingticketcompletepayload.md)
- [MatchmakingMatchFoundPayload](/zh-CN/services/playfab/api-references/events/data-types/matchmakingmatchfoundpayload.md)
- [ticket_completed](/zh-CN/services/playfab/api-references/events/Matchmaking/ticket-completed.md)
