video
Creates a message with a video provided via a url.
Last updated
Was this helpful?
Creates a message with a video provided via a url.
Last updated
Was this helpful?
Was this helpful?
video(params=Hash)
Messenger
Telegram
@reply.video({
url: "https://kogno.io/video.mp4",
caption: "Kogno Framework",
buttons: [
{
payload: :contact_us,
title: "Contact US!"
},
{
payload: :twitter,
title: "Follow US!"
}
]
})
url
String
Required.
Video url
caption
String
Optional: Telegram and WhatsApp Short information about the video. Not available in Messenger.
buttons
Array
Optional. Array de botones, dependiendo de la Array of buttons, depending on the platform they can be of different types, by default they are payload.