Source code for SlyYTDAPI.livechat
"""
YouTube Live Chat Endpoints for the Data API v3
https://developers.google.com/youtube/v3/live/docs
"""
from datetime import datetime
from .ytdapi import YouTubeData, Part, yt_date
class _LiveChatEvent: pass
[docs]class TextChat:
id: str
# part: snippet
author_name: str
author_channel_id: str
body: str
created_at: datetime