File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,27 @@ started is with :class:`twitchio.AutoClient` and :class:`twitchio.ext.commands.A
252
252
- :meth: `twitchio.Client.fetch_conduits `
253
253
- :meth: `twitchio.Client.create_conduit `
254
254
255
+ Cache and Channels
256
+ ===================
257
+
258
+ TODO
259
+
260
+ Twitch Identifiers
261
+ ===================
262
+
263
+ Twitch identifiers (ID's) have been changed from :class: `int `'s to :class: `str `'s. This is inline with the data provided by Twitch.
264
+
265
+ Twitch can not make any guarantees that in the future the format of ID's which can currently be converted to a :class: `int `
266
+ won't change. For this reason instead of risking a library breaking bug being introduced via the API (in the small chance the format does change)
267
+ the type of all identifiers will remain strings.
268
+
269
+ Any ``.id `` attribute on a Twitch Model will be a :class: `str `.
270
+
271
+
272
+ User, PartialUser and Chatters
273
+ ===============================
274
+
275
+ TODO
255
276
256
277
Logging
257
278
=======
You can’t perform that action at this time.
0 commit comments