Interface ActionGuildJoinRequestOptions

interface ActionGuildJoinRequestOptions {
    action: GuildJoinRequestAction;
    rejectionReason?: null | string;
}

Properties

The action to take on the join request.

rejectionReason?: null | string

The reason for rejecting the join request.