RaidMessageclass

Another channel raided yours, sending their viewers over. The raider is the incoming broadcaster - they aren't a chatter in your channel, so they're identified by name rather than a `Sandbox.Streamer.Viewer`.

objectRaidMessage
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Streamer.RaidMessage

Properties4

Showing 4 properties

public string Sandbox.Streamer.RaidMessage.RaiderDisplayName { get; set; }PUBLICGETSET

The raiding channel's display name.

Returns:string

public string Sandbox.Streamer.RaidMessage.RaiderUsername { get; set; }PUBLICGETSET

The raiding channel's login name.

Returns:string

public System.DateTimeOffset Sandbox.Streamer.RaidMessage.Time { get; set; }PUBLICGETSET

When we received the event.

Returns:DateTimeOffset

public int Sandbox.Streamer.RaidMessage.ViewerCount { get; set; }PUBLICGETSET

How many viewers were brought over by the raid.

Returns:int

On this page