mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
931 B
931 B
title | description | nav_exclude | image |
---|---|---|---|
searchResultPosition | Information about a message in a specific position | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];