Метод | Описание | |
---|---|---|
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 ( |
public ListTweetsMentioningMe ( int tweetCount = defaultReplyTweetCount ) : IEnumerable |
||
tweetCount | int | |
Результат | IEnumerable |
public ListTweetsOnHomeTimeline ( int tweetCount = defaultReplyTweetCount ) : IEnumerable |
||
tweetCount | int | |
Результат | IEnumerable |
public LogIn ( string username, string password ) : bool | ||
username | string | |
password | string | |
Результат | bool |
public SendTweet ( string text ) : TwitterStatus | ||
text | string | |
Результат | TwitterStatus |
public TwitterBotUser ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public TwitterBotUser ( |
||
ircUser | ||
Результат | System.Collections.Generic |