getCurrentTvGames abstract method

Future<List<LichessTvGameBasicInfo>> getCurrentTvGames()

Get current TV games.

Get basic info about the best games being played for each speed and variant, but also computer games and bot games.

See lichess.org/tv.

https://lichess.org/api#tag/TV/operation/tvChannels

Implementation

Future<List<LichessTvGameBasicInfo>> getCurrentTvGames();