MadelineProtoDocs/docs/API_docs/constructors/updatePtsChanged.md

779 B

title: updatePtsChanged description: Common message box sequence PTS has changed, state has to be refetched using updates.getState image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updatePtsChanged

Back to constructors index

Common message box sequence PTS has changed, state has to be refetched using updates.getState

Type: Update

Example:

$updatePtsChanged = ['_' => 'updatePtsChanged'];

Or, if you're into Lua:

updatePtsChanged={_='updatePtsChanged'}