--- title: updateMessageID description: Sent message with **random\_id** client identifier was assigned an identifier. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: updateMessageID [Back to constructors index](index.md) Sent message with **random\_id** client identifier was assigned an identifier. ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |id|[int](../types/int.md) | Yes|**id** identifier of a respective [Message](../types/Message.md)| ### Type: [Update](../types/Update.md) ### Example: ```php $updateMessageID = ['_' => 'updateMessageID', 'id' => int]; ``` Or, if you're into Lua: ```lua updateMessageID={_='updateMessageID', id=int} ```