markdown
This method creates a message in Makrdown format.
markdown(syntax=String, reply_markup=Hash, extra_params=Hash)
markdown(syntax=String, reply_markup=Hash, extra_params=Hash)
Platforms
Platform | Supported |
---|---|
Messenger | |
Telegram |
View the full Markdown styles supported by Telegram here.
Usage
Markdown only
Markdown with buttons
Params
Name | Description |
---|---|
| Required. The Markdown syntax with 4096 characters max. View the styles supported here. |
| Optional. Hash with one element that can be:
|
| Optional. Hash with more params, view the full list from Telegram. |
Last updated