Telegex.Plug v0.1.0-rc.0 Telegex.Plug.Preset.Caller behaviour View Source
Callback processing plug-in.
Link to this section Summary
Types
Match results.
Link to this section Types
Specs
match_result() :: :match | :nomatch
Match results.
Link to this section Callbacks
Specs
handle( callback_query :: Telegex.Model.CallbackQuery.t(), state :: Telegex.Plug.state() ) :: Telegex.Plug.stateless()
Handle query callbacks.
Specs
match(data :: String.t()) :: match_result()
Match query callback data.
This function can be automatically generated by use
this module.