ExGram.Cnt (ex_gram v0.24.0) View Source

Context module for ExGram!

Link to this section Summary

Link to this section Types

Specs

name() :: atom() | binary()

Specs

t() :: %ExGram.Cnt{
  answers: [any()],
  bot_info: ExGram.Model.User.t() | nil,
  commands: [any()],
  extra: map(),
  halted: boolean(),
  message: any() | nil,
  middleware_halted: boolean(),
  middlewares: [any()],
  name: name(),
  regex: [any()],
  responses: [any()],
  update: ExGram.Model.Update.t() | nil
}

Link to this section Functions