Table of Contents

Class GuildJoinRequestDeleteEventArgs

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Represents arguments for GuildJoinRequestDeleted event.

public class GuildJoinRequestDeleteEventArgs : DiscordEventArgs
Inheritance
GuildJoinRequestDeleteEventArgs
Inherited Members

Properties

Guild

Gets the guild this join request was deleted from.

RequestId

Gets the request ID of the join request that was deleted.

User

Gets the user that deleted the join request.