mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 22:26:54 +01:00
24 lines
565 B
Markdown
24 lines
565 B
Markdown
---
|
|
title: getMessage
|
|
description: Returns information about a message
|
|
---
|
|
## Method: getMessage
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns information about a message
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|chat\_id|[InputPeer](../types/InputPeer.md) | Yes|Identifier of the chat, message belongs to|
|
|
|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message to get|
|
|
|
|
|
|
### Return type: [Message](../types/Message.md)
|
|
|