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
senderobjectThe Discord client handler that sent this event
argsJoinRequestMessageThe arguments supplied with the event