bootdesk/chat-sdk

ThreadInfo
in package

Table of Contents

Properties

$channelId  : string
$iconCustomEmojiId  : string|null
$id  : string
$isArchived  : bool|null
$messageCount  : int|null
$title  : string|null
$topic  : string|null

Methods

__construct()  : mixed
withParameters()  : self

Properties

$iconCustomEmojiId read-only

public string|null $iconCustomEmojiId = null

$isArchived read-only

public bool|null $isArchived = null

$messageCount read-only

public int|null $messageCount = null

$title read-only

public string|null $title = null

$topic read-only

public string|null $topic = null

Methods

__construct()

public __construct(string $id, string $channelId[, string|null $title = null ][, int|null $messageCount = null ][, string|null $topic = null ][, string|null $iconCustomEmojiId = null ][, bool|null $isArchived = null ]) : mixed
Parameters
$id : string
$channelId : string
$title : string|null = null
$messageCount : int|null = null
$topic : string|null = null
$iconCustomEmojiId : string|null = null
$isArchived : bool|null = null

withParameters()

public withParameters(array<string|int, mixed> $overrides) : self
Parameters
$overrides : array<string|int, mixed>
Return values
self
On this page

Search results