Add support for poll result messages

This commit is contained in:
DA344
2025-01-19 11:09:05 +01:00
committed by GitHub
parent ff2ad34be5
commit afbbc07e98
7 changed files with 136 additions and 5 deletions

View File

@ -266,6 +266,7 @@ class MessageType(Enum):
guild_incident_report_raid = 38
guild_incident_report_false_alarm = 39
purchase_notification = 44
poll_result = 46
class SpeakingState(Enum):