TextClickEvent.change_page constructor

TextClickEvent.change_page(
  1. int to
)

changes book page

Implementation

TextClickEvent.change_page(int to)
    : action = 'change_page',
      value = to.toString();