mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.2 KiB
1.2 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.affectedHistory | Affected part of communication history with the user or in a chat. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_affectedHistory.html |
Constructor: messages.affectedHistory
Affected part of communication history with the user or in a chat.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
pts | int | Yes | Number of events occurred in a text box |
pts_count | int | Yes | Number of affected events |
offset | int | Yes | If a parameter contains positive value, it is necessary to repeat the method call using the given value; during the proceeding of all the history the value itself shall gradually decrease |
Type: messages.AffectedHistory
Example:
$messages_affectedHistory = ['_' => 'messages.affectedHistory', 'pts' => int, 'pts_count' => int, 'offset' => int];