C# Class NuBot.Adapters.Slack.Messages.SlackTextMessage

Inheritance: ITextMessage
Mostra file Open project: nubot/nubot

Public Methods

Method Description
SlackTextMessage ( IChannel channel, IUser user, string content ) : NuBot.Automation

Method Details

SlackTextMessage() public method

public SlackTextMessage ( IChannel channel, IUser user, string content ) : NuBot.Automation
channel IChannel
user IUser
content string
return NuBot.Automation