mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
766 B
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
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];