Table of Contents

Class ReadyMessage

Namespace
DiscordRPC.Message
Assembly
DiscordRPC.dll

Called when the ipc is ready to send arguments.

public class ReadyMessage : IMessage
Inheritance
ReadyMessage
Inherited Members

Properties

Configuration

The configuration of the connection

[JsonProperty("config")]
public Configuration Configuration { get; set; }

Property Value

Configuration

Type

The type of message received from discord

public override MessageType Type { get; }

Property Value

MessageType

User

User the connection belongs too

[JsonProperty("user")]
public User User { get; set; }

Property Value

User

Version

The version of the RPC

[JsonProperty("v")]
public int Version { get; set; }

Property Value

int