diff --git a/pytchat/processors/chat_processor.py b/pytchat/processors/chat_processor.py index 8f79629..2b94221 100644 --- a/pytchat/processors/chat_processor.py +++ b/pytchat/processors/chat_processor.py @@ -5,11 +5,12 @@ class ChatProcessor: ''' def process(self, chat_components: list): ''' - チャットデータの加工を表すインターフェース - Listenerから呼び出される。 + チャットデータの加工を表すインターフェース。 + LiveChatオブジェクトから呼び出される。 + Parameter ---------- - chat_components: list + chat_components: [LIST:component] component : dict { "video_id" : str 動画ID