--- 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) | Required| ### Type: [ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) ### Example: ``` $receivedNotifyMessage = ['_' => 'receivedNotifyMessage', 'id' => int, ]; ```