Enhanced
+ Made it possible to set customized httpx.Client (50).
example:
python
chat = pytchat.create(video_id="*********",
client=httpx.Client(http2=True,
headers=headers,
cookies=cookies,
proxies=proxies))
+ Added new chatItemActionRenderer (LiveChatDonationAnnouncementRenderer)
Others
+ Add tests for fetching chat data online .