Fix channel_points_custom_reward_id

This commit is contained in:
2025-02-18 20:15:40 +01:00
parent bb2ed88736
commit 11d1142346

View File

@@ -49,7 +49,7 @@ class MessageEvent(BaseModel):
color: str
reply: ChatMessageReplyMetadata | None
channel_points_custom_reward_id: str
channel_points_custom_reward_id: str | None
@classmethod
def from_twitch_event(cls, event: ChannelChatMessageEvent):