Class GuildJoinRequestCreateEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for GuildJoinRequestCreated event.
public class GuildJoinRequestCreateEventArgs : DiscordEventArgs
- Inheritance
-
GuildJoinRequestCreateEventArgs
- Inherited Members
Properties
- Guild
Gets the guild this join request was created for.
- Request
Gets the request of the join request that was created.
- Status
Gets the status of the join request.
- User
Gets the user that created the join request.