🗣️ForumTopic

Component coming from a 'Forum' channel.

Properties

Constructor

new ForumTopic(rawData, client)

Do not use this constructor unless you know what you're doing. This constructor is used to return you rawdata into component.

Methods

edit(options)

Edit the forum topic.

Returns: Promise<CalendarEventRSVP>

delete()

Delete the forum topic.

Returns: Promise<void>

pin()

Pin the forum topic.

Returns: Promise<void>

unpin()

Unpin the forum topic.

Returns: Promise<void>

Last updated