--- title: receivedNotifyMessage description: receivedNotifyMessage attributes, type and example --- ## Constructor: receivedNotifyMessage [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |id|[int](../types/int.md) | Yes| ### Type: [ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) ### Example: ``` $receivedNotifyMessage = ['_' => 'receivedNotifyMessage', 'id' => int]; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "receivedNotifyMessage", "id": int} ``` Or, if you're into Lua: ``` receivedNotifyMessage={_='receivedNotifyMessage', id=int} ```