ReactionEvent
implements
StoppableEventInterface
Table of Contents
Interfaces
- StoppableEventInterface
Properties
-
$added
: bool
-
$emoji
: string
-
$messageId
: string
-
$originId
: string|null
-
$raw
: mixed
-
$rawEmoji
: string
-
$thread
: Thread
-
$user
: Author
-
$propagationStopped
: bool
Methods
-
__construct()
: mixed
-
isPropagationStopped()
: bool
-
stopPropagation()
: void
$added
read-only
public
bool
$added
= true
$emoji
read-only
public
string
$emoji
$messageId
read-only
public
string
$messageId
$originId
read-only
public
string|null
$originId
= null
$raw
read-only
public
mixed
$raw
= null
$rawEmoji
read-only
public
string
$rawEmoji
= ''
$thread
read-only
public
Thread
$thread
$user
read-only
public
Author
$user
$propagationStopped
private
bool
$propagationStopped
= false
__construct()
public
__construct(string $emoji, string $messageId, Thread $thread, Author $user[, bool $added = true ][, string $rawEmoji = '' ][, mixed $raw = null ][, string|null $originId = null ]) : mixed
Parameters
-
$emoji
: string
-
-
$messageId
: string
-
-
$thread
: Thread
-
-
$user
: Author
-
-
$added
: bool
= true
-
-
$rawEmoji
: string
= ''
-
-
$raw
: mixed
= null
-
-
$originId
: string|null
= null
-
isPropagationStopped()
public
isPropagationStopped() : bool
stopPropagation()
public
stopPropagation() : void