Current section

Files

Jump to
telega include telega@menu_builder_MenuState.hrl
Raw

include/telega@menu_builder_MenuState.hrl

-record(menu_state, {
id :: binary(),
data :: any(),
current_page :: integer(),
navigation_stack :: list(binary()),
context :: gleam@dict:dict(binary(), binary())
}).