Table of Contents

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

MessageType

User

The discord user that is requesting access.

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

Property Value

User