예제 #1
0
 // Chat
 /// <summary> Get cheer badges for this channel </summary>
 public Task <IReadOnlyCollection <RestCheerInfo> > GetCheersAsync()
 => RestHelper.GetCheersAsync(Client, Id);
예제 #2
0
 // Clips
 /// <summary>  </summary>
 public Task <IReadOnlyCollection <RestClip> > GetClipsAsync(bool istrending = false, uint limit = 10)
 => RestHelper.GetFollowedClipsAsync(Client, Id, istrending, limit);