1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 03:38:16 +01:00
MadelineProto/docs/API_docs/constructors/messageFwdHeader.md

20 lines
502 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|
### Type: [MessageFwdHeader](../types/MessageFwdHeader.md)
### Example:
```
$messageFwdHeader = ['from_id' => int, 'date' => int, 'channel_id' => int, 'channel_post' => int, ];
```