Class JoinMessage
- Namespace
- DiscordRPC.Message
- Assembly
- DiscordRPC.dll
Called when the Discord Client wishes for this process to join a game. D -> C.
public class JoinMessage : IMessage
- Inheritance
-
JoinMessage
- Derived
- Inherited Members
Properties
Secret
The JoinSecret to connect with.
[JsonProperty("secret")]
public string Secret { get; }
Property Value
Type
The type of message received from discord
public override MessageType Type { get; }