C# Class SlackConnector.SlackConnectionExtensions

Afficher le fichier Open project: noobot/SlackConnector

Méthodes publiques

Méthode Description
ConnectedChannels ( this slackConnection ) : IEnumerable
ConnectedDMs ( this slackConnection ) : IEnumerable
ConnectedGroups ( this slackConnection ) : IEnumerable

Method Details

ConnectedChannels() public static méthode

public static ConnectedChannels ( this slackConnection ) : IEnumerable
slackConnection this
Résultat IEnumerable

ConnectedDMs() public static méthode

public static ConnectedDMs ( this slackConnection ) : IEnumerable
slackConnection this
Résultat IEnumerable

ConnectedGroups() public static méthode

public static ConnectedGroups ( this slackConnection ) : IEnumerable
slackConnection this
Résultat IEnumerable