ChannelSubscriptionGift
data class ChannelSubscriptionGift(val subscriptionType: String, val messageId: String, val timestamp: Instant, val userId: String?, val userLogin: String?, val userName: String?, val broadcasterUserId: String, val broadcasterUserLogin: String, val broadcasterUserName: String, val total: Int, val tier: String, val cumulativeTotal: Int?, val isAnonymous: Boolean) : TwitchEvent
Properties
Link copied to clipboard
the broadcaster's user ID.
Link copied to clipboard
the broadcaster's login.
Link copied to clipboard
the broadcaster's display name.
Link copied to clipboard
the number of gift subscriptions the gifter has given in this channel. Null if anonymous.
Link copied to clipboard
whether the gift was anonymous.
Link copied to clipboard
The EventSub subscription type string (e.g. channel.follow).