bootdesk/chat-sdk

MessageEditedEvent extends BroadcastEvent
in package

Table of Contents

Properties

$card  : Card|null
$data  : array<string|int, mixed>
$messageId  : string
$newText  : string
$threadId  : string
$timestamp  : int
$type  : string

Methods

__construct()  : mixed
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(string $threadId, string $messageId, string $newText[, Card|null $card = null ][, int|null $timestamp = null ]) : mixed
Parameters
$threadId : string
$messageId : string
$newText : string
$card : Card|null = null
$timestamp : int|null = null

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results