Link Search Menu Expand Document

Constructor: updates.state

Back to constructors index

Updates state.

Attributes:

NameTypeRequiredDescription
ptsintYesNumber of events occurred in a text box
qtsintYesPosition in a sequence of updates in secret chats. For further details refer to article secret chats
dateintYesDate of condition
seqintYesNumber of sent updates
unread_countintYesNumber of unread messages

Type: updates.State

Example:

$updates_state = ['_' => 'updates.state', 'pts' => int, 'qts' => int, 'date' => int, 'seq' => int, 'unread_count' => int];