Fix comments

This commit is contained in:
taizan-hokuto
2019-11-15 00:58:36 +09:00
parent 6d775e5cd0
commit aa894fc52b
2 changed files with 10 additions and 4 deletions

View File

@@ -29,6 +29,9 @@ class ReplayChatAsync:
video_id : str
動画ID
seektime : int
リプレイするチャットデータの開始時間(秒)
processor : ChatProcessor
チャットデータを加工するオブジェクト

View File

@@ -30,6 +30,9 @@ class ReplayChat:
video_id : str
動画ID
seektime : int
リプレイするチャットデータの開始時間(秒)
processor : ChatProcessor
チャットデータを加工するオブジェクト