OutgoingReactionEvent
in package
implements
StoppableEventInterface
Read onlyYes
FinalYes
Table of Contents
Interfaces
- StoppableEventInterface
Properties
- $added : bool
- $emoji : string
- $messageId : string
- $rawEmoji : string
- $threadId : string
Methods
- __construct() : mixed
- isPropagationStopped() : bool
Properties
$added
public
bool
$added
= true
$emoji
public
string
$emoji
$messageId
public
string
$messageId
$rawEmoji
public
string
$rawEmoji
= ''
$threadId
public
string
$threadId
Methods
__construct()
public
__construct(string $threadId, string $messageId, string $emoji[, bool $added = true ][, string $rawEmoji = '' ]) : mixed
Parameters
- $threadId : string
- $messageId : string
- $emoji : string
- $added : bool = true
- $rawEmoji : string = ''
isPropagationStopped()
public
isPropagationStopped() : bool