hoshii / Exports / ForumTopicReactionInfo

ForumTopicReactionInfo

Represents a forum topic reaction info

Hierarchy

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new ForumTopicReactionInfo(data, client)

Parameters

NameType
dataPayload_ForumTopicReaction | Payload_ForumTopicCommentReaction
clientClient

Overrides

ReactionInfo.constructor

Defined in

lib/structures/ForumTopicReactionInfo.ts:51open in new window

Properties

channelID

channelID: string

The ID of the channel the reaction is in

Inherited from

ReactionInfo.channelID

Defined in

lib/structures/ReactionInfo.ts:16open in new window


client

client: Client

The client

Inherited from

ReactionInfo.client

Defined in

lib/structures/ReactionInfo.ts:21open in new window


commentID

Optional commentID: number

The ID of the forum topic comment the reaction is in

Defined in

lib/structures/ForumTopicReactionInfo.ts:39open in new window


createdBy

createdBy: string

The ID of the user who created the reaction

Inherited from

ReactionInfo.createdBy

Defined in

lib/structures/ReactionInfo.ts:26open in new window


data

data: Payload_ChannelMessageReaction | Payload_ForumTopicReaction

The raw data of the reaction

Inherited from

ReactionInfo.data

Defined in

lib/structures/ReactionInfo.ts:31open in new window


emote

emote: RawEmote

The raw emote of the reaction

Inherited from

ReactionInfo.emote

Defined in

lib/structures/ReactionInfo.ts:36open in new window


topicID

topicID: number

The ID of the forum topic the reaction is in

Defined in

lib/structures/ForumTopicReactionInfo.ts:44open in new window


type

type: string

The type of the forum topic reaction

Defined in

lib/structures/ForumTopicReactionInfo.ts:49open in new window

Accessors

creator

get creator(): ServerMember | { id: string }

The creator of the reaction

Returns

ServerMember | { id: string }

Inherited from

ReactionInfo.creator

Defined in

lib/structures/ReactionInfo.ts:66open in new window


topic

get topic(): ForumTopic<ForumChannel> | { id: number ; server: Server | { id?: string } }

The topic the reaction is in

Returns

ForumTopic<ForumChannel> | { id: number ; server: Server | { id?: string } }

Defined in

lib/structures/ForumTopicReactionInfo.ts:68open in new window

Last Updated:
Contributors: Reinhardt