MadelineProto/docs/API_docs/constructors/messageFwdHeader.md

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, ];
```