ExMicrosoftBot.Models.Team (ex_microsoftbot v3.0.0)

This structure represents a Team as it is returned from the Bot Framework API.

Link to this section Summary

Functions

Decodes a JSON string into this struct.

Link to this section Types

Specs

t() :: %ExMicrosoftBot.Models.Team{
  aadGroupId: String.t(),
  id: String.t(),
  name: String.t()
}

Link to this section Functions

Specs

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

Decodes a JSON string into this struct.