package
0.0.0-20230611190904-516d34e3a695
Repository: https://github.com/kisulken/go-telegram-flow.git
Documentation: pkg.go.dev
# Functions
Creates a new flow and initializes the specified locale directory
Warning! When setting a id treat it gently, like picking a directory name, same rules applies.
# Structs
A dialog is an abstract piece that holds a menu message sent by the bot
and a language that the interface is displayed
*/.
A flow is essentially a high-level representation of a menu
*/.
An element of a menu that holds all required information by a page
a.k.a a button that holds other buttons for the next page
*/.
# Type aliases
Callback function declaration that includes a "node" that a call was made from
*/.