Skip to content

Commit 9ae9251

Browse files
committed
Add changelog entry for hype chat data, add HypeChatData to init imports
1 parent a785675 commit 9ae9251

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Master
1010
- Added two new events
1111
- Added :func:`~twitchio.Client.event_notice`
1212
- Added :func:`~twitchio.Client.event_raw_notice`
13+
14+
- Added :class:`~twitchio.message.HypeChatData` for hype chat events
15+
- Added :attr:`~twitchio.message.Message.hype_chat_data` for hype chat events
1316

1417
- Bug fixes
1518
- Fix :func:`~twitchio.Client.search_categories` due to :attr:`~twitchio.Game.igdb_id` being added to :class:`~twitchio.Game`

twitchio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from .chatter import Chatter, PartialChatter
3737
from .enums import *
3838
from .errors import *
39-
from .message import Message
39+
from .message import Message, HypeChatData
4040
from .models import *
4141
from .rewards import *
4242
from .utils import *

0 commit comments

Comments
 (0)