Current section
Files
Jump to
Current section
Files
lib/bot_framework/models/channel_account.ex
defmodule BotFramework.Models.ChannelAccount do
defstruct [:id, :name]
def decoding_map, do: %__MODULE__{}
end