MadelineProtoDocs/docs/TD_docs/constructors/inputMessageForwarded.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

26 lines
743 B
Markdown

---
title: inputMessageForwarded
description: Forwarded message
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputMessageForwarded
[Back to constructors index](index.md)
Forwarded message
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|from\_chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the message to forward|
|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message to forward|
|in\_game\_share|[Bool](../types/Bool.md) | Yes|Pass true to share a game message within a launched game, for Game messages only|
### Type: [InputMessageContent](../types/InputMessageContent.md)