C# Class SlackConnector.SlackConnectionExtensions

Show file Open project: noobot/SlackConnector

Public Methods

Method Description
ConnectedChannels ( this slackConnection ) : IEnumerable
ConnectedDMs ( this slackConnection ) : IEnumerable
ConnectedGroups ( this slackConnection ) : IEnumerable

Method Details

ConnectedChannels() public static method

public static ConnectedChannels ( this slackConnection ) : IEnumerable
slackConnection this
return IEnumerable

ConnectedDMs() public static method

public static ConnectedDMs ( this slackConnection ) : IEnumerable
slackConnection this
return IEnumerable

ConnectedGroups() public static method

public static ConnectedGroups ( this slackConnection ) : IEnumerable
slackConnection this
return IEnumerable