ChannelBitsUse
data class ChannelBitsUse(val subscriptionType: String, val messageId: String, val timestamp: Instant, val broadcasterUserId: String, val broadcasterUserLogin: String, val broadcasterUserName: String, val userId: String, val userLogin: String, val userName: String, val bits: Int, val type: BitsUseType, val powerUp: PowerUp?, val message: ChatMessage?) : TwitchEvent
Properties
Link copied to clipboard
the user ID of the channel where the Bits were used.
Link copied to clipboard
the login of the channel where the Bits were used.
Link copied to clipboard
the display name of the channel where the Bits were used.
Link copied to clipboard
the user message with text and fragments.
Link copied to clipboard
Power-up details if type is BitsUseType.POWER_UP; null otherwise.
Link copied to clipboard
The EventSub subscription type string (e.g. channel.follow).
Link copied to clipboard
the type of Bits use.