25 lines
638 B
Markdown
25 lines
638 B
Markdown
---
|
|
title: getMessage
|
|
description: Returns information about a message
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: getMessage
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns information about a message
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|chat\_id|[int53](../types/int53.md) | Identifier of the chat, message belongs to | Yes|
|
|
|message\_id|[int53](../types/int53.md) | Identifier of the message to get | Yes|
|
|
|
|
|
|
### Return type: [Message](../types/Message.md)
|
|
|