mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 03:38:16 +01:00
20 lines
502 B
Markdown
20 lines
502 B
Markdown
|
## Constructor: messageFwdHeader
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|from\_id|[int](../types/int.md) | Optional|
|
||
|
|date|[int](../types/int.md) | Required|
|
||
|
|channel\_id|[int](../types/int.md) | Optional|
|
||
|
|channel\_post|[int](../types/int.md) | Optional|
|
||
|
|
||
|
|
||
|
### Type: [MessageFwdHeader](../types/MessageFwdHeader.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$messageFwdHeader = ['from_id' => int, 'date' => int, 'channel_id' => int, 'channel_post' => int, ];
|
||
|
```
|