ExMicrosoftBot.Models.Teams.ChannelsResponse (ex_microsoftbot v3.0.0)

Schema representing the return of the Channels list for a team.

Link to this section Summary

Functions

Decodes a JSON string into this struct.

Link to this section Types

Specs

t() :: %ExMicrosoftBot.Models.Teams.ChannelsResponse{
  conversations: [ExMicrosoftBot.Models.ChannelAccount.t()]
}

Link to this section Functions

Specs

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

Decodes a JSON string into this struct.