1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 12:47:56 +01:00
MadelineProto/docs/TD_docs/methods/getMessage.md

24 lines
579 B
Markdown
Raw Normal View History

---
title: getMessage
description: Returns information about a message
---
## Method: getMessage
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about a message
### Parameters:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the chat, message belongs to|
|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message to get|
### Return type: [Message](../types/Message.md)