1.1 KiB
1.1 KiB
title | description |
---|---|
sendMessage | Sends a message. Returns sent message |
Method: sendMessage
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Sends a message. Returns sent message
Parameters:
Name | Type | Required | Description |
---|---|---|---|
chat_id | CLICK ME int53 | Yes | Chat to send message |
reply_to_message_id | CLICK ME int53 | Yes | Identifier of a message to reply to or 0 |
disable_notification | CLICK ME Bool | Yes | Pass true, to disable notification about the message, doesn't works in secret chats |
from_background | CLICK ME Bool | Yes | Pass true, if the message is sent from background |
reply_markup | CLICK ME ReplyMarkup | Yes | Bots only. Markup for replying to message |
input_message_content | CLICK ME InputMessageContent | Yes | Content of a message to send |