soup-sdk 0.2.0

채팅 이벤트 수신 SDK
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod freeze_target_flags {
    pub const NORMAL: u32 = 1 << 4;
    pub const FAN: u32 = 1 << 5;
    pub const SUPPORTER: u32 = 1 << 6;
    pub const TOP_FAN: u32 = 1 << 7;
    pub const FOLLOWER: u32 = 1 << 8;
    pub const MANAGER: u32 = 1 << 9;
}

pub const SUPER_USERS: [&str; 5] = ["streamer", "manager", "operator", "operator", "cleaner"];