File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 3636from .chatter import Chatter , PartialChatter
3737from .enums import *
3838from .errors import *
39- from .message import Message
39+ from .message import Message , HypeChatData
4040from .models import *
4141from .rewards import *
4242from .utils import *
You can’t perform that action at this time.
0 commit comments