Table of Contents

Delegate FluxerGatewayClient.InviteCreatedEvent

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll

Delegate for INVITE_CREATE events when an invite is created.

public delegate void FluxerGatewayClient.InviteCreatedEvent(Invite data)

Parameters

data Invite

The invite data including code, channel, guild, and inviter information.