25 lines
634 B
Markdown
25 lines
634 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 | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|chat\_id|[int53](../types/int53.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)
|
|
|