MadelineProtoDocs/old_docs/API_docs_v14/constructors/updateMessageID.md

794 B

title description image
updateMessageID Sent message with **random_id** client identifier was assigned an identifier. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateMessageID

Back to constructors index

Sent message with random_id client identifier was assigned an identifier.

Attributes:

Name Type Required Description
id int Yes id identifier of a respective Message

Type: Update

Example:

$updateMessageID = ['_' => 'updateMessageID', 'id' => int];

Or, if you're into Lua:

updateMessageID={_='updateMessageID', id=int}