public Conversation(Settings.Bot settings, string googleApiKey, TwitterContext twitterContext) { _settings = settings; _googleApiKey = googleApiKey; Become(() => Listening(twitterContext)); }
public Bot(Settings.Bot settings, string googleApiKey) { _settings = settings; _googleApiKey = googleApiKey; Become(Authorizing); }