PNFetchMessagesResult
Table of Contents
Properties
-
$channels
: array<string|int, mixed>
-
$endTimetoken
: int
-
$startTimetoken
: int
Methods
-
__construct()
: mixed
-
__toString()
: mixed
-
fromJson()
: mixed
-
getChannels()
: mixed
-
getEndTimetoken()
: int
-
getStartTimetoken()
: int
$channels
private
array<string|int, mixed>
$channels
$endTimetoken
private
int
$endTimetoken
$startTimetoken
private
int
$startTimetoken
__construct()
public
__construct(mixed $channels, mixed $startTimetoken, mixed $endTimetoken) : mixed
Parameters
-
$channels
: mixed
-
-
$startTimetoken
: mixed
-
-
$endTimetoken
: mixed
-
__toString()
public
__toString() : mixed
fromJson()
public
static fromJson(mixed $jsonInput, mixed $crypto, mixed $startTimetoken, mixed $endTimetoken) : mixed
Parameters
-
$jsonInput
: mixed
-
-
$crypto
: mixed
-
-
$startTimetoken
: mixed
-
-
$endTimetoken
: mixed
-
getChannels()
public
getChannels() : mixed
getEndTimetoken()
public
getEndTimetoken() : int
getStartTimetoken()
public
getStartTimetoken() : int