MadelineProtoDocs/docs/API_docs/constructors/updateMessageID.md
2024-05-01 14:53:46 +02:00

766 B

title description nav_exclude image
updateMessageID Sent message with random_id client identifier was assigned an identifier. true 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];