LINE.Bot.Module.Model.GetModulesResponse (line_bot_sdk v0.1.0)

Copy Markdown

List of bots to which the module is attached

Summary

Types

t()

@type t() :: %LINE.Bot.Module.Model.GetModulesResponse{
  bots: [LINE.Bot.Model.ModuleBot.t()],
  next: String.t() | nil
}

Functions

decode(value)