messenger_bot v1.0.0-beta10 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(),
  id: String.t(),
  metadata: any(),
  name: String.t(),
  secret: String.t(),
  setup_token: String.t()
}