html
This method creates a message in HTML format.
html(code=String, reply_markup=Hash, extra_params=Hash)
html(code=String, reply_markup=Hash, extra_params=Hash)Platforms
Platform
Supported
Usage
HTML Only
@reply.html("<b>bold</b>, <strong>bold</strong> <i>italic</i>, <em>italic</em><u>underline</u>, <ins>underline</ins>")HTML with replies below
@reply.html(
"<b> Here the HTML with some quick_replies </b>",
{
quick_reply: [
{
payload: :option_1,
title: "Option 1!"
},
{
url: "https://twitter.com/kogno_framework",
title: "Follow US!"
}
]
}
)From .rhtml template
.rhtml templateParams
Name
Description
Last updated
Was this helpful?