module Turnir::Client::YoutubeClient

Extended Modules

Defined in:

turnir/client/youtube_client.cr

Instance Method Summary

Instance Method Detail

def fetch_chat_messages(chat_id : String, page_token : String | Nil = nil) #

[View source]
def fetch_live_chat_id(video_id : String) #

[View source]
def fetch_live_video_id(channel_name : String) : String | Nil #

[View source]
def log(msg) #

[View source]
def start(sync_channel : Channel(Nil), storage : Turnir::ChatStorage::Storage, channels_map : Hash(String, String)) #

[View source]
def stop #

[View source]
def subscribe_to_channel(channel_name : String) #

[View source]