28 lines
1018 B
Markdown
28 lines
1018 B
Markdown
---
|
|
title: sendMessage
|
|
description: Sends a message. Returns sent message
|
|
---
|
|
## Method: sendMessage
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Sends a message. Returns sent message
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|chat\_id|[int53](../types/int53.md) | Yes|Chat to send message|
|
|
|reply\_to\_message\_id|[int53](../types/int53.md) | Yes|Identifier of a message to reply to or 0|
|
|
|disable\_notification|[Bool](../types/Bool.md) | Yes|Pass true, to disable notification about the message, doesn't works in secret chats|
|
|
|from\_background|[Bool](../types/Bool.md) | Yes|Pass true, if the message is sent from background|
|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|Bots only. Markup for replying to message|
|
|
|input\_message\_content|[InputMessageContent](../types/InputMessageContent.md) | Yes|Content of a message to send|
|
|
|
|
|
|
### Return type: [Message](../types/Message.md)
|
|
|