Table of Contents

Class Button

Namespace
DiscordRPC
Assembly
DiscordRPC.dll

A Rich Presence button.

public class Button
Inheritance
Button
Inherited Members

Properties

Label

Text shown on the button

Max 31 bytes.

[JsonProperty("label")]
public string Label { get; set; }

Property Value

string

Url

The URL opened when clicking the button.

Max 512 characters.

[JsonProperty("url")]
public string Url { get; set; }

Property Value

string