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

#include <chattypes.h>

Public Types

enum  Type { Type::GlobalFirstParty, Type::GlobalThirdParty, Type::ChannelCustom, Type::Unknown }
 

Public Member Functions

 Action ()
 

Public Attributes

std::string prefix
 
std::vector< ImageTiertiers
 
std::vector< float > imageScales
 
std::vector< std::string > imageBackgrounds
 
std::vector< std::string > imageAnimationStates
 
uint32_t priority
 Lower priority should show up first (0 will show up first) More...
 
Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
GlobalFirstParty 
GlobalThirdParty 
ChannelCustom 
Unknown 

Constructor & Destructor Documentation

◆ Action()

ttv::chat::BitsConfiguration::Action::Action ( )

Member Data Documentation

◆ imageAnimationStates

std::vector<std::string> ttv::chat::BitsConfiguration::Action::imageAnimationStates

◆ imageBackgrounds

std::vector<std::string> ttv::chat::BitsConfiguration::Action::imageBackgrounds

◆ imageScales

std::vector<float> ttv::chat::BitsConfiguration::Action::imageScales

◆ prefix

std::string ttv::chat::BitsConfiguration::Action::prefix

◆ priority

uint32_t ttv::chat::BitsConfiguration::Action::priority

Lower priority should show up first (0 will show up first)

◆ tiers

std::vector<ImageTier> ttv::chat::BitsConfiguration::Action::tiers

◆ type

Type ttv::chat::BitsConfiguration::Action::type

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