Current section

Files

Jump to
telega include telega@menu_builder_PaginationConfig.hrl
Raw

include/telega@menu_builder_PaginationConfig.hrl

-record(pagination_config, {
items_per_page :: integer(),
show_page_info :: boolean(),
prev_text :: binary(),
next_text :: binary(),
page_info_template :: binary()
}).