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
Usage
Markdown only
@reply.markdown("*bold text* _italic text_ __underline__ ~strikethrough~")Markdown with buttons
@reply.markdown(
"*bold text* _italic text_ __underline__ ~strikethrough~",
{
button: [
{
payload: :option_1,
title: "Option 1!"
}
]
}
)Params
Name
Description
Last updated
Was this helpful?