# Sandbox.Streamer.GiftSubscriptionsMessage

A viewer gifted a batch of subscriptions to the community at once (a "mystery" / community gift).
The individual recipients arrive separately as [Sandbox.Streamer.GiftSubscribeMessage](/api/Sandbox.Streamer.GiftSubscribeMessage) events.

- Kind: struct
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`Count`](/api/Sandbox.Streamer.GiftSubscriptionsMessage/Count): How many subscriptions were gifted in this batch.
- [`Gifter`](/api/Sandbox.Streamer.GiftSubscriptionsMessage/Gifter): The viewer who gifted the subs, or null if it was gifted anonymously ([Sandbox.Streamer.GiftSubscriptionsMessage.IsAnonymous](/api/Sandbox.Streamer.GiftSubscriptionsMessage/IsAnonymous)).
- [`IsAnonymous`](/api/Sandbox.Streamer.GiftSubscriptionsMessage/IsAnonymous): Whether the gift was anonymous - in which case [Sandbox.Streamer.GiftSubscriptionsMessage.Gifter](/api/Sandbox.Streamer.GiftSubscriptionsMessage/Gifter) is null.
- [`Tier`](/api/Sandbox.Streamer.GiftSubscriptionsMessage/Tier): The gifted subscriptions' tier.
- [`Time`](/api/Sandbox.Streamer.GiftSubscriptionsMessage/Time): When we received the event.
- [`TotalGifts`](/api/Sandbox.Streamer.GiftSubscriptionsMessage/TotalGifts): The gifter's lifetime total of subs gifted to this channel, or 0 if unknown.
