mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 11:19:37 +01:00
30 lines
666 B
Markdown
30 lines
666 B
Markdown
|
---
|
||
|
title: messageFwdHeader
|
||
|
description: messageFwdHeader attributes, type and example
|
||
|
---
|
||
|
## Constructor: messageFwdHeader
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### 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 = ['_' => 'messageFwdHeader', 'from_id' => int, 'date' => int, 'channel_id' => int, 'channel_post' => int, ];
|
||
|
```
|
||
|
|