diff --git a/src/types/message.ts b/src/types/message.ts index eb1afe4..966fc5c 100644 --- a/src/types/message.ts +++ b/src/types/message.ts @@ -1,9 +1,21 @@ export type { AttentionChangeMsg, + LiveStartMsg, + LiveEndMsg, + AnchorLotteryEndMsg, + AnchorLotteryStartMsg, DanmuMsg, GuardBuyMsg, UserActionMsg, + LikedChangeMsg, + RankCountChangeMsg, + RedPocketStartMsg, + RedPocketEndMsg, + RoomAdminSetMsg, + RoomInfoChangeMsg, + RoomSilentMsg, GiftMsg, SuperChatMsg, + RoomWarnMsg, WatchedChangeMsg, } from '../parser' \ No newline at end of file