class Streamer

in global :: Sandbox

😔 No documentation found.


public static string Username { get; }

Your own username

public static string UserId { get; }

Your own user id

public static StreamService Service { get; }

The service type (ie "Twitch")

public static bool IsActive { get; }

Are we connected to a service

public static Task<StreamUser> GetUser( string username = null )

Get user information. If no username is specified, the user returned is ourself

public static void SendMessage( string message )

Send a message to chat, optionally specify channel you want to send the message, otherwise it is sent to your own chat

public static void BanUser( string username, string reason, int duration = 0 )

Ban user from your chat by username, the user will no longer be able to chat. Optionally specify the duration, a duration of zero means perm ban (Note: You have to be in your chat for this to work)

public static void UnbanUser( string username )

Unban user from your chat by username (Note: You have to be in your chat for this to work)

public static string Game { set; }

Set the game you're playing by game id

public static string Language { set; }

Set the language of your stream

public static string Title { set; }

Set the title of your stream

public static int Delay { set; }

Set the delay of your stream

public static int ViewerCount { get; }

Amount of concurrent viewer your stream has.

public bool Equals( object obj )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public static void ClearChat( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.