button.page
Manages message pages
Sub-functions:
.create(name) - Create new page
.get(name) - Get existing page
const page = button.page.create('main')
.content('Welcome!')
.addButton(btn);Last updated
Was this helpful?
Manages message pages
Sub-functions:
.create(name) - Create new page
.get(name) - Get existing page
const page = button.page.create('main')
.content('Welcome!')
.addButton(btn);Last updated
Was this helpful?
Was this helpful?