Class JoinRequestMessage
- Namespace
- DiscordRPC.Message
- Assembly
- DiscordRPC.dll
Called when some other person has requested access to this game. C -> D -> C.
public class JoinRequestMessage : IMessage
- Inheritance
-
JoinRequestMessage
- Inherited Members
Properties
Type
The type of message received from discord
public override MessageType Type { get; }
Property Value
User
The discord user that is requesting access.
[JsonProperty("user")]
public User User { get; }