C# 클래스 IrcDotNet.TwitterBotUser

파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet 1 사용 예제들

공개 메소드들

메소드 설명
ListTweetsMentioningMe ( int tweetCount = defaultReplyTweetCount ) : IEnumerable
ListTweetsOnHomeTimeline ( int tweetCount = defaultReplyTweetCount ) : IEnumerable
LogIn ( string username, string password ) : bool
LogOut ( ) : void
SendTweet ( string text ) : TwitterStatus
TwitterBotUser ( ) : System.Collections.Generic
TwitterBotUser ( IrcUser ircUser ) : System.Collections.Generic

메소드 상세

ListTweetsMentioningMe() 공개 메소드

public ListTweetsMentioningMe ( int tweetCount = defaultReplyTweetCount ) : IEnumerable
tweetCount int
리턴 IEnumerable

ListTweetsOnHomeTimeline() 공개 메소드

public ListTweetsOnHomeTimeline ( int tweetCount = defaultReplyTweetCount ) : IEnumerable
tweetCount int
리턴 IEnumerable

LogIn() 공개 메소드

public LogIn ( string username, string password ) : bool
username string
password string
리턴 bool

LogOut() 공개 메소드

public LogOut ( ) : void
리턴 void

SendTweet() 공개 메소드

public SendTweet ( string text ) : TwitterStatus
text string
리턴 TwitterStatus

TwitterBotUser() 공개 메소드

public TwitterBotUser ( ) : System.Collections.Generic
리턴 System.Collections.Generic

TwitterBotUser() 공개 메소드

public TwitterBotUser ( IrcUser ircUser ) : System.Collections.Generic
ircUser IrcUser
리턴 System.Collections.Generic