Skip to content

Commit bb45be3

Browse files
committed
Add more migrating content
1 parent 3d50141 commit bb45be3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/getting-started/migrating.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,27 @@ started is with :class:`twitchio.AutoClient` and :class:`twitchio.ext.commands.A
252252
- :meth:`twitchio.Client.fetch_conduits`
253253
- :meth:`twitchio.Client.create_conduit`
254254

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
255276

256277
Logging
257278
=======

0 commit comments

Comments
 (0)