Skip to main content

Class StreamingGame

A user's activity for streaming on services such as Twitch.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class StreamingGame : Game, IActivity

Properties​

Url​

Gets the URL of the stream.

View Source​
Declaration
public string Url { get; }

Methods​

ToString()​

Gets the name of the stream.

View Source​
Declaration
public override string ToString()
Returns​

System.String

Implements​