@@ -95,9 +95,9 @@ class ChatterColor:
95
95
96
96
Attributes
97
97
-----------
98
- user: twitchio. PartialUser
98
+ user: PartialUser
99
99
PartialUser of the chatter.
100
- colour: twitchio. Colour
100
+ colour: Colour
101
101
The :class:`~twitchio.utils.Colour`. There is an alias to this named `color`.
102
102
"""
103
103
@@ -365,7 +365,7 @@ class EmoteSet(Emote):
365
365
type: str
366
366
The type of emote. The possible values are: ``bitstier``, ``follower``, ``subscriptions``.
367
367
owner: str
368
- The [`PartialUser`][ twitchio.PartialUser] who owns this emote set.
368
+ The :class:`~ twitchio.PartialUser` who owns this emote set.
369
369
format: list[str]
370
370
The formats that the emote is available in.
371
371
scale: list[str]
@@ -404,8 +404,8 @@ class ChannelEmote(Emote):
404
404
An ID that identifies the emote set that the emote belongs to.
405
405
type: str
406
406
The type of emote. The possible values are: ``bitstier``, ``follower``, ``subscriptions``.
407
- owner: twitchio. PartialUser
408
- The [`PartialUser`][ twitchio.PartialUser] who owns this emote.
407
+ owner: PartialUser
408
+ The :class:`~ twitchio.PartialUser` who owns this emote.
409
409
format: list[str]
410
410
The formats that the emote is available in.
411
411
scale: list[str]
@@ -473,7 +473,7 @@ class UserEmote(Emote):
473
473
The type of emote. Please see docs for full list of possible values.
474
474
set_id: str
475
475
An ID that identifies the emote set that the emote belongs to.
476
- owner: twitchio. PartialUser
476
+ owner: PartialUser
477
477
The ID of the broadcaster who owns the emote.
478
478
format: list[str]
479
479
The formats that the emote is available in.
0 commit comments