hoshii / Exports / ForumTopicReactionInfo
ForumTopicReactionInfo
Represents a forum topic reaction info
Hierarchy
↳
ForumTopicReactionInfo
Table of contents
Constructors
Properties
Accessors
Constructors
constructor
• new ForumTopicReactionInfo(data
, client
)
Parameters
Name | Type |
---|---|
data | Payload_ForumTopicReaction | Payload_ForumTopicCommentReaction |
client | Client |
Overrides
Defined in
lib/structures/ForumTopicReactionInfo.ts:51
Properties
channelID
• channelID: string
The ID of the channel the reaction is in
Inherited from
Defined in
lib/structures/ReactionInfo.ts:16
client
• client: Client
The client
Inherited from
Defined in
lib/structures/ReactionInfo.ts:21
commentID
• Optional
commentID: number
The ID of the forum topic comment the reaction is in
Defined in
lib/structures/ForumTopicReactionInfo.ts:39
createdBy
• createdBy: string
The ID of the user who created the reaction
Inherited from
Defined in
lib/structures/ReactionInfo.ts:26
data
• data: Payload_ChannelMessageReaction
| Payload_ForumTopicReaction
The raw data of the reaction
Inherited from
Defined in
lib/structures/ReactionInfo.ts:31
emote
• emote: RawEmote
The raw emote of the reaction
Inherited from
Defined in
lib/structures/ReactionInfo.ts:36
topicID
• topicID: number
The ID of the forum topic the reaction is in
Defined in
lib/structures/ForumTopicReactionInfo.ts:44
type
• type: string
The type of the forum topic reaction
Defined in
lib/structures/ForumTopicReactionInfo.ts:49
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:66
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
} }