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