ex_gram v0.6.0 ExGram.Cnt View Source

Context module for ExGram!

Link to this section Summary

Link to this section Types

Link to this type t() View Source
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