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