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
Type
The type of message received from discord
public override MessageType Type { get; }
Property Value
User
User the connection belongs too
[JsonProperty("user")]
public User User { get; set; }
Property Value
Version
The version of the RPC
[JsonProperty("v")]
public int Version { get; set; }