Link Search Menu Expand Document

Constructor: messages.affectedHistory

Back to constructors index

Affected part of communication history with the user or in a chat.

Attributes:

NameTypeRequiredDescription
ptsintYesNumber of events occurred in a text box
pts_countintYesNumber of affected events
offsetintYesIf 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];