TextChannel

Namespace: Discord

Inherits from

pageGuildChannelpageIMessageChannel

Properties

Name

Description

Type

Topic

The channel's topic

string

Nsfw

Whether this is an NSFW channel or not

bool

LastMessageId

The last message sent in the channel

ulong?

SlowMode

How much time users have to wait between sending messages

int

Methods

Update

Updates the object's information.

Modify

Modifies the channel.

Name

Description

Type

properties

Changes you want to make to the channel

TextChannelProperties

CreateInvite

Creates an invite for the channel.

Parameters

Name

Description

Type

properties

Custom properties for the invite

InviteProperties?

Returns

pageDiscordInvite

GetWebhooks

Gets all of the channel's webhooks.

Returns

A list of

pageDiscordWebhook

CreateWebhook

Creates a webhook for this channel.

Parameters

Name

Description

Type

properties

Custom properties for the webhook

DiscordWebhookProperties

Last updated