Send text messages
sendMessage(
text = NULL,
parse_mode = NULL,
disable_web_page_preview = NULL,
disable_notification = NULL,
reply_to_message_id = NULL,
chat_id = NULL
)
Text of the message to be sent (required)
send 'Markdown' if you want Telegram apps to show bold, italic and inline URLs in your bot's message
Disables link previews for links in this message
Sends the message silently. Users will receive a notification with no sound
If the message is a reply, ID of the original message
Unique identifier for the target chat or username of the target channel (required)