mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 03:58:15 +01:00
18 lines
345 B
Markdown
18 lines
345 B
Markdown
## Constructor: receivedNotifyMessage
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|id|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
### Type: [ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$receivedNotifyMessage = ['_' => receivedNotifyMessage', 'id' => int, ];
|
|
``` |