ThreadInfo
Table of Contents
Properties
-
$channelId
: string
-
$id
: string
-
$messageCount
: int|null
-
$title
: string|null
Methods
-
__construct()
: mixed
$channelId
read-only
public
string
$channelId
$id
read-only
public
string
$id
$messageCount
read-only
public
int|null
$messageCount
= null
$title
read-only
public
string|null
$title
= null
__construct()
public
__construct(string $id, string $channelId[, string|null $title = null ][, int|null $messageCount = null ]) : mixed
Parameters
-
$id
: string
-
-
$channelId
: string
-
-
$title
: string|null
= null
-
-
$messageCount
: int|null
= null
-