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

Copy Markdown

basic information about the bot.

Summary

Types

t()

@type t() :: %LINE.Bot.Module.Model.ModuleBot{
  basicId: String.t(),
  displayName: String.t(),
  pictureUrl: String.t() | nil,
  premiumId: String.t() | nil,
  userId: String.t()
}

Functions

decode(value)