MadelineProto/docs/TD_docs/constructors/inputMessageForwarded.md
2017-08-25 15:05:53 +02:00

25 lines
670 B
Markdown

---
title: inputMessageForwarded
description: Forwarded message
---
## 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)