2018-04-01 13:19:25 +02:00
|
|
|
---
|
|
|
|
title: messageForwardedPost
|
|
|
|
description: Message is orifinally a channel post
|
2018-04-04 19:52:48 +02:00
|
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
2018-04-01 13:19:25 +02:00
|
|
|
---
|
|
|
|
## Constructor: messageForwardedPost
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Message is orifinally a channel post
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
|
|
|
|----------|---------------|----------|-------------|
|
|
|
|
|chat\_id|[int53](../types/int53.md) | Yes|Identifier of a chat from which message is forwarded|
|
|
|
|
|author\_signature|[string](../types/string.md) | Yes|Post author signature|
|
|
|
|
|date|[int](../types/int.md) | Yes|Date when message was originally sent|
|
|
|
|
|message\_id|[int53](../types/int53.md) | Yes|Message identifier of the message from which the message is forwarded, 0 if unknown|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [MessageForwardInfo](../types/MessageForwardInfo.md)
|
|
|
|
|
|
|
|
|