메소드 | 설명 | |
---|---|---|
Block ( string target ) : |
||
CanSubscribeToChannel ( string channel ) : bool | ||
Follow ( string target, bool notifications = false ) : |
||
GetBlocks ( ) : TwitchList |
||
GetChannelEditors ( ) : TwitchList |
||
GetFollowedStreams ( |
||
GetFollowedVideos ( |
||
GetFollowers ( |
||
GetMyChannel ( ) : |
||
GetMyStream ( ) : |
||
GetMyUser ( ) : |
||
GetRequest ( string url, Method method ) : |
||
GetSubscribedChannel ( string channel ) : |
||
GetSubscriber ( string user ) : |
||
GetSubscribers ( |
||
IsSubscribedToChannel ( string channel ) : bool | ||
IsSubscriber ( string user ) : bool | ||
ResetStreamKey ( ) : |
||
SetDelay ( long delay ) : |
||
SetGame ( string game ) : |
||
SetTitle ( string title ) : |
||
TriggerCommercial ( int length ) : |
|
|
TwitchAuthenticatedClient ( string oauth, string clientId ) : OakBot.Enums | ||
Unblock ( string target ) : |
||
Unfollow ( string target ) : |
||
Update ( string status = null, string game = null, long delay = null ) : |
public Block ( string target ) : |
||
target | string | |
리턴 |
public CanSubscribeToChannel ( string channel ) : bool | ||
channel | string | |
리턴 | bool |
public Follow ( string target, bool notifications = false ) : |
||
target | string | |
notifications | bool | |
리턴 |
public GetFollowedStreams ( |
||
pagingInfo | ||
리턴 | TwitchList |
public GetFollowedVideos ( |
||
pagingInfo | ||
리턴 | TwitchList |
public GetFollowers ( |
||
pagingInfo | ||
sortDirection | SortDirection | |
리턴 | TwitchList |
public GetRequest ( string url, Method method ) : |
||
url | string | |
method | Method | |
리턴 |
public GetSubscribedChannel ( string channel ) : |
||
channel | string | |
리턴 |
public GetSubscriber ( string user ) : |
||
user | string | |
리턴 |
public GetSubscribers ( |
||
pagingInfo | ||
sortDirection | SortDirection | |
리턴 | TwitchList |
public IsSubscribedToChannel ( string channel ) : bool | ||
channel | string | |
리턴 | bool |
public TriggerCommercial ( int length ) : |
||
length | int | Length of commercial break in seconds. Default value is 30. Valid values are 30, 60, 90, 120, 150, and 180. You can only trigger a commercial once every 8 minutes. |
리턴 |
public TwitchAuthenticatedClient ( string oauth, string clientId ) : OakBot.Enums | ||
oauth | string | |
clientId | string | |
리턴 | OakBot.Enums |
public Unblock ( string target ) : |
||
target | string | |
리턴 |
public Unfollow ( string target ) : |
||
target | string | |
리턴 |
public Update ( string status = null, string game = null, long delay = null ) : |
||
status | string | |
game | string | |
delay | long | |
리턴 |