struct StreamUser

in global :: Sandbox

😔 No documentation found.


public Task<List<StreamUserFollow>> Following { get; }

Get following "Who is following us"

public Task<List<StreamUserFollow>> Followers { get; }

Get followers "Who are we following"

public void Ban( string reason, int duration = 0 )

Ban user from your chat, 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 Task<StreamClip> CreateClip( bool hasDelay = False )

Create a clip of our stream, if we're streaming

public Task<StreamPoll> CreatePoll( string title, int duration, string[] choices )

Start a poll on our channel with multiple choices, save the poll so you can end it later on

public Task<StreamPrediction> CreatePrediction( string title, int duration, string firstOutcome, string secondOutcome )

Create a prediction on our channel to bet with channel points

public Type GetType( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public void Unban( )

😔 No documentation found.

public DateTimeOffset CreatedAt { get; }

😔 No documentation found.

public string Email { get; }

😔 No documentation found.

public int ViewCount { get; }

😔 No documentation found.

public string OfflineImageUrl { get; }

😔 No documentation found.

public string ProfileImageUrl { get; }

😔 No documentation found.

public string Description { get; }

😔 No documentation found.

public string BroadcasterType { get; }

😔 No documentation found.

public string UserType { get; }

😔 No documentation found.

public string DisplayName { get; }

😔 No documentation found.

public string Login { get; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public string Id { get; }

😔 No documentation found.