messenger_bot v1.0.0-rc.5 MessengerBot.Model.App

Structure and type for MessengerBot App

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %MessengerBot.Model.App{
  access_token: String.t(),
  access_token_expires_at: integer(),
  id: String.t(),
  metadata: Map.t(),
  name: String.t(),
  secret: String.t(),
  setup_token: String.t()
}