$templateButtons
This function is useful for buttons that have an action such as going to a regular url, call, or quick reply.
Usage:
$templateButtons[(url/call/quickReply):display Text:value;...]Example:
bot.command({
name: "templatebuttons",
code: `text is required!
$templateButtons[url:url button:https://whatscode.jstnlt.my.id;call:call button:123;quickReply:quick reply button:!ping]`
})
Last updated
Was this helpful?