1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/methods/sendMessage.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

1.2 KiB

title description
sendMessage Sends a message. Returns sent message. UpdateChatTopMessage will not be sent, so returned message should be used to update chat top message

Method: sendMessage

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Sends a message. Returns sent message. UpdateChatTopMessage will not be sent, so returned message should be used to update chat top message

Params:

Name Type Required Description
chat_id int53 Yes Chat to send message
reply_to_message_id int53 Yes Identifier of a message to reply to or 0
disable_notification Bool Yes Pass true, to disable notification about the message, doesn't works in secret chats
from_background Bool Yes Pass true, if the message is sent from background
reply_markup ReplyMarkup Yes Bots only. Markup for replying to message
input_message_content InputMessageContent Yes Content of a message to send

Return type: Message