BotEx.Models.Button
(bot_ex v1.0.3)
Summary
Module, that represents menu button struct.
Types
@type t() :: %BotEx.Models.Button{
action: nil | binary(),
data: nil | binary(),
module: nil | binary(),
text: nil | binary()
}
Module, that represents menu button struct.
Fields:
text: visible text,module: call module,action: action,data: some data