ExMicrosoftBot.Models.ChannelAccount (ex_microsoftbot v3.0.0)

Microsoft bot channel account structure which corresponde to a user or bot

Link to this section Summary

Link to this section Types

Specs

t() :: %ExMicrosoftBot.Models.ChannelAccount{
  email: String.t(),
  givenName: String.t(),
  id: String.t(),
  name: String.t(),
  objectId: String.t(),
  surname: String.t(),
  tenantId: String.t(),
  userPrincipalName: String.t()
}

Link to this section Functions

Specs

parse(map()) :: {:ok, t()}
parse(list()) :: {:ok, [t()]}
parse(String.t()) :: t()

Decode a string into ExMicrosoftBot.Models.ChannelAccount