module Turnir::Client::TwitchWebsocket
Extended Modules
Defined in:
turnir/client/twitch_client.crConstant Summary
-
WebsocketMutex =
Mutex.new
Instance Method Summary
- #log(msg)
- #parse_message(msg : String) : Turnir::ChatStorage::Types::ChatMessage | Nil
- #start(sync_channel : Channel(Nil), storage : Turnir::ChatStorage::Storage, channels_map : Hash(String, String))
- #stop
- #subscribe_to_channel(channel_name : String)
Instance Method Detail
def start(sync_channel : Channel(Nil), storage : Turnir::ChatStorage::Storage, channels_map : Hash(String, String))
#