Constructor: searchResultPosition
Information about a message in a specific position
Attributes:
Name | Type | Required | Description |
---|---|---|---|
msg_id | int | Yes | Message ID |
date | int | Yes | When was the message sent |
offset | int | Yes | 0-based message position in the full list of suitable messages |
Type: SearchResultsPosition
Example:
$searchResultPosition = ['_' => 'searchResultPosition', 'msg_id' => int, 'date' => int, 'offset' => int];