diff --git a/push_common.go b/push_common.go index 5bfccbf..ecc4711 100644 --- a/push_common.go +++ b/push_common.go @@ -196,3 +196,10 @@ func jobRequests_deviceTokenAmount(jobRequests []PushJobRequest) uint32 { } return total } + +//----------------------------------------------------------------------------- + +type PushPayload struct { + ImageUrl string `json:"imageUrl"` + TextVariants []*TextVariant `json:"textVariants"` +}