ExMicrosoftBot.Client.Teams (ex_microsoftbot v3.0.0)
This module provides functions for Teams (from Microsoft Teams).
Link to this section Summary
Functions
Returns all channels in the Team with the given ID.
Returns details for the Team with the given ID.
Link to this section Functions
Link to this function
channels(service_url, team_id)
Specs
channels(service_url :: String.t(), team_id :: String.t()) :: {:ok, ExMicrosoftBot.Models.ChannelAccount.t()} | ExMicrosoftBot.Client.error_type()
Returns all channels in the Team with the given ID.
Link to this function
details(service_url, team_id)
Specs
details(service_url :: String.t(), team_id :: String.t()) :: {:ok, ExMicrosoftBot.Models.Team.t()} | ExMicrosoftBot.Client.error_type()
Returns details for the Team with the given ID.