Packages

Microsoft Bot Framework Client in Elixir

Current section

Files

Jump to
bot_framework lib bot_framework models channel_account.ex
Raw

lib/bot_framework/models/channel_account.ex

defmodule BotFramework.Models.ChannelAccount do
defstruct [:id, :name]
def decoding_map, do: %__MODULE__{}
end