LowCodeAPI
32 APIs
  • Message(15)
  • Activiity(1)
  • Webhook(3)
  • Stickers(9)
  • User(4)
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
GET
POST
GET
POST
POST
GET
GET
POST
GET
POST
POST
POST
POST
POST
POST
GET
POST
POST
GET
POST
https://api.lowcodeapi.com/telegram/bot-token/sendmessage
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
textstring*
Text of the message to be sent 1-4096 characters after entities parsing
chat_idstring*
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
entitiesarray
A JSON-serialized list of special entities that appear in message text which can be specified instead of parse_mode
parse_modestring
Mode for parsing entities in the message text. Values: MarkdownV2, Markdown, HTML
reply_markupstring
A JSON-serialized object for an inline keyboard custom reply keyboard instructions to remove reply keyboard or to force a reply from the user.
protect_contentboolean
Protects the contents of the sent message from forwarding and saving
reply_parametersstring
Description of the message to reply to
message_effect_idstring
Unique identifier of the message effect to be added to the message; for private chats only
message_thread_idstring
Unique identifier for the target message thread (topic) of the forum; for forum supergroups only
reply_to_message_idstring
If the message is a reply ID of the original message
disable_notificationboolean
Sends the message silently. Users will receive a notification with no sound.
business_connection_idstring
Unique identifier of the business connection on behalf of which the message will be sent
disable_web_page_previewstring
Disables link previews for links in this message
allow_sending_without_replyboolean
Pass True if the message should be sent even if the specified replied-to message is not found
Response
API response data will be shown here once the request is completed.
Telegram