Get the list of channels for a team
get_team_channels.RdGet the list of channels for a team
Value
A data frame with one row per channel (columns include `id`, `display_name`, `name`, `type`, `team_id`, etc.).
Examples
if (FALSE) { # \dontrun{
authenticate_mattermost()
teams <- get_all_teams()
team_channels <- get_team_channels(team_id = teams$id[1])
} # }