Class GuildJoinRequestUpdateEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for GuildJoinRequestUpdated event.
public class GuildJoinRequestUpdateEventArgs : DiscordEventArgs
- Inheritance
-
GuildJoinRequestUpdateEventArgs
- Inherited Members
Properties
- Guild
Gets the guild this join request was updated for.
- Request
Gets the request of the join request that was updated.
- Status
Gets the status of the join request.
- User
Gets the user who's join request was updated.