s&box docs

public sealed struct Sandbox.StreamPoll

Methods

Showing 1 methods

public System.Threading.Tasks.Task`1<Sandbox.StreamPoll> End(bool archive = True)

End this poll, you can optionally archive the poll, otherwise just terminate it

Parameters

  • archive: Default: True

Properties

Showing 14 properties

public int Sandbox.StreamPoll.BitsPerVote { get; set; }

public bool Sandbox.StreamPoll.BitsVotingEnabled { get; set; }

public string Sandbox.StreamPoll.BroadcasterId { get; set; }

public string Sandbox.StreamPoll.BroadcasterLogin { get; set; }

public string Sandbox.StreamPoll.BroadcasterName { get; set; }

public int Sandbox.StreamPoll.ChannelPointsPerVote { get; set; }

public bool Sandbox.StreamPoll.ChannelPointsVotingEnabled { get; set; }

public int Sandbox.StreamPoll.Duration { get; set; }

public System.DateTimeOffset Sandbox.StreamPoll.EndedAt { get; set; }

public System.DateTimeOffset Sandbox.StreamPoll.StartedAt { get; set; }

public string Sandbox.StreamPoll.Status { get; set; }

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.StreamPoll

On this page