1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:07:21 +01:00
MadelineProto/docs/API_docs/constructors/messageFwdHeader.md

18 lines
526 B
Markdown
Raw Normal View History

## 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|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[MessageFwdHeader](../types/MessageFwdHeader.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$messageFwdHeader = ['_' => messageFwdHeader', 'from_id' => int, 'date' => int, 'channel_id' => int, 'channel_post' => int, ];
```