Get the list of channels for a team
get_team_channels.Rd
Get the list of channels for a team
Usage
get_team_channels(
team_id = NULL,
verbose = FALSE,
auth = authenticate_mattermost()
)
Examples
if (FALSE) { # \dontrun{
authenticate_mattermost()
teams <- get_all_teams()
team_channels <- get_team_channels(team_id = teams$id[1])
} # }