Twitch SDK (Internal)
Public Member Functions | Public Attributes | List of all members
ttv::chat::BitsSentEvent Struct Reference

#include <chattypes.h>

Public Member Functions

 BitsSentEvent ()
 

Public Attributes

ChannelId channelId
 Channel ID of the channel recieving bits from the user. More...
 
uint32_t userBitsBalance
 Bits balance of the user cheering. More...
 
uint32_t channelBitsTotal
 Total amount of bits cheered by the user in the channel. More...
 

Detailed Description

BitsSentEvent - A message indicating that the given channel sent a bits cheer to another channel.

Constructor & Destructor Documentation

◆ BitsSentEvent()

ttv::chat::BitsSentEvent::BitsSentEvent ( )

Member Data Documentation

◆ channelBitsTotal

uint32_t ttv::chat::BitsSentEvent::channelBitsTotal

Total amount of bits cheered by the user in the channel.

◆ channelId

ChannelId ttv::chat::BitsSentEvent::channelId

Channel ID of the channel recieving bits from the user.

◆ userBitsBalance

uint32_t ttv::chat::BitsSentEvent::userBitsBalance

Bits balance of the user cheering.


The documentation for this struct was generated from the following file: