File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,22 @@ started is with :class:`twitchio.AutoClient` and :class:`twitchio.ext.commands.A
255
255
Cache and Channels
256
256
===================
257
257
258
- TODO
258
+ Previous versions of TwitchIO used caching mechanisms to store ``"Connected Channels" `` and the ``"Chatters" `` associated with those channels.
259
+
260
+ Due to the removal of ``IRC `` this is no longer necessary and TwitchIO only does very limited caching where needed.
261
+
262
+ ``EventSub `` events that have an associated channel will contain a ``broadcaster `` attribute which is a :class: `twitchio.PartialUser `,
263
+ and is the channel the event originates from and can be used to perform actions on the channel/broadcaster.
264
+
265
+ If you are using a :class: `~twitchio.ext.commands.Command `, a :class: `~twitchio.ext.commands.RewardCommand ` or anywhere
266
+ :class: `~twitchio.ext.commands.Context ` is available, consider using the helper methods and attributes available on
267
+ :class: `~twitchio.ext.commands.Context `.
268
+
269
+ **Removed: **
270
+
271
+ - ``Client.connected_channels ``
272
+ - ``Client.get_channel() ``
273
+
259
274
260
275
Twitch Identifiers
261
276
===================
You can’t perform that action at this time.
0 commit comments