Extends ChatProcessor explicitly

This commit is contained in:
taizan-hokuto
2019-12-20 21:33:32 +09:00
parent 289841a000
commit 3c1f079d5f
4 changed files with 9 additions and 7 deletions

View File

@@ -10,14 +10,14 @@ class ChatProcessor:
Parameter
----------
chat_components: [LIST:component]
chat_components: List[component]
component : dict {
"video_id" : str
動画ID
"timeout" : int
次のチャットの再読み込みまでの時間(秒)
"chatdata" : list<object>
チャットデータactionsのリスト
"chatdata" : List[dict]
チャットデータのリスト
}
'''
pass