bootdesk/chat-sdk

ReactionEvent
in package
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

Properties

$propagationStopped

private bool $propagationStopped = false

Methods

__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
Return values
bool
On this page

Search results