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
objectThe Discord client handler that sent this event
args
JoinRequestMessageThe arguments supplied with the event