Table of Contents

Delegate OnJoinRequestedEvent

Namespace
DiscordRPC.Events
Assembly
DiscordRPC.dll

Called when another discord user requests permission to join this game.

public delegate void OnJoinRequestedEvent(object sender, JoinRequestMessage args)

Parameters

sender object

The Discord client handler that sent this event

args JoinRequestMessage

The arguments supplied with the event