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

# PFPushNotificationsSendPushNotificationFromTemplateRequest

> PFPushNotificationsSendPushNotificationFromTemplateRequest 資料模型。表示傳送推播通知範本給收件者的要求。

PFPushNotificationsSendPushNotificationFromTemplateRequest 資料模型。表示傳送推播通知範本給收件者的要求。

## 語法

```cpp theme={null}
typedef struct PFPushNotificationsSendPushNotificationFromTemplateRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* pushNotificationTemplateId;  
    const char* recipient;  
} PFPushNotificationsSendPushNotificationFromTemplateRequest;  
```

### 成員

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

（選擇性）與要求相關聯的選擇性自訂標籤（例如組建編號、外部追蹤識別碼等）。

**`customTagsCount`**   uint32\_t

customTags 的計數

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

推播通知範本的識別碼。

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

推播通知收件者的 PlayFabId。

## 需求

**標頭：** PFPushNotificationsTypes.h

## 另請參閱

[PFPushNotificationsTypes 成員](/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members)


## Related topics

- [PFPushNotificationsServerSendPushNotificationFromTemplateAsync](/zh-TW/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationfromtemplateasync.md)
- [服務 C API 概觀 - PFPushNotificationsTypes.h](/zh-TW/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [PFPushNotificationsSendPushNotificationRequest](/zh-TW/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationrequest.md)
- [PFPushNotificationsServerSendPushNotificationAsync](/zh-TW/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationasync.md)
- [PFPlatformSpecificRegisterForIOSPushNotificationRequest](/zh-TW/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificregisterforiospushnotificationrequest.md)
