diff --git a/pytchat/paramgen/liveparam.py b/pytchat/paramgen/liveparam.py index 717443f..1a13e4f 100644 --- a/pytchat/paramgen/liveparam.py +++ b/pytchat/paramgen/liveparam.py @@ -23,7 +23,7 @@ def _gen_vid(video_id) -> str: Return --------- - byte[] : base64 encoded video_id parameter. + str : base64 encoded video_id parameter. """ header = Header() header.info.video.id = video_id