Table of Contents

Constructor NewMemberAction

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

NewMemberAction(ulong, NewMemberActionType, string, string, DiscordEmoji)

Constructs a new new-member action.

public NewMemberAction(ulong channelId, NewMemberActionType actionType, string title, string description, DiscordEmoji emoji)

Parameters

channelId ulong

The action's target channel id.

actionType NewMemberActionType

The action's type.

title string

Te action's title.

description string

The action's description.

emoji DiscordEmoji

The action's emoji.