28
28
'GoalData' , 'TopContribution' , 'LastContribution' , 'HypeTrainData' , 'HypeTrainEndData' , 'StreamOnlineData' , 'StreamOfflineData' ,
29
29
'UserAuthorizationGrantData' , 'UserAuthorizationRevokeData' , 'UserUpdateData' , 'ShieldModeData' , 'Amount' , 'CharityCampaignStartData' ,
30
30
'CharityCampaignStopData' , 'CharityCampaignProgressData' , 'CharityDonationData' , 'ChannelShoutoutCreateData' , 'ChannelShoutoutReceiveData' ,
31
- 'ChannelChatClearData' , 'ChannelChatClearUserMessagesData' , 'ChannelChatMessageDeleteData' , 'Badge' , 'FragmentCheermote ' ,
32
- 'FragmentEmote ' , 'FragmentMention ' , 'MessageFragment' , 'Message' , 'AnnouncementNoticeMetadata' , 'CharityDonationNoticeMetadata' ,
31
+ 'ChannelChatClearData' , 'ChannelChatClearUserMessagesData' , 'ChannelChatMessageDeleteData' , 'Badge' , 'MessageFragmentCheermote ' ,
32
+ 'MessageFragmentEmote ' , 'MessageFragmentMention ' , 'MessageFragment' , 'Message' , 'AnnouncementNoticeMetadata' , 'CharityDonationNoticeMetadata' ,
33
33
'BitsBadgeTierNoticeMetadata' , 'SubNoticeMetadata' , 'RaidNoticeMetadata' , 'ResubNoticeMetadata' , 'UnraidNoticeMetadata' ,
34
34
'SubGiftNoticeMetadata' , 'CommunitySubGiftNoticeMetadata' , 'GiftPaidUpgradeNoticeMetadata' , 'PrimePaidUpgradeNoticeMetadata' ,
35
35
'PayItForwardNoticeMetadata' , 'ChannelChatNotificationData' ]
@@ -1079,7 +1079,7 @@ class Badge(TwitchObject):
1079
1079
to indicate the number of months the user has been a subscriber."""
1080
1080
1081
1081
1082
- class FragmentCheermote (TwitchObject ):
1082
+ class MessageFragmentCheermote (TwitchObject ):
1083
1083
prefix : str
1084
1084
"""The name portion of the Cheermote string that you use in chat to cheer Bits. The full Cheermote string is the concatenation of
1085
1085
{prefix} + {number of Bits}. For example, if the prefix is “Cheer” and you want to cheer 100 Bits, the full Cheermote string is Cheer100.
@@ -1090,7 +1090,7 @@ class FragmentCheermote(TwitchObject):
1090
1090
"""The tier level of the cheermote."""
1091
1091
1092
1092
1093
- class FragmentEmote (TwitchObject ):
1093
+ class MessageFragmentEmote (TwitchObject ):
1094
1094
id : str
1095
1095
"""An ID that uniquely identifies this emote."""
1096
1096
emote_set_id : str
@@ -1104,7 +1104,7 @@ class FragmentEmote(TwitchObject):
1104
1104
- static — A static PNG file is available for this emote."""
1105
1105
1106
1106
1107
- class FragmentMention (TwitchObject ):
1107
+ class MessageFragmentMention (TwitchObject ):
1108
1108
user_id : str
1109
1109
"""The user ID of the mentioned user."""
1110
1110
user_name : str
@@ -1123,11 +1123,11 @@ class MessageFragment(TwitchObject):
1123
1123
- mention"""
1124
1124
text : str
1125
1125
"""Message text in fragment"""
1126
- cheermote : Optional [FragmentCheermote ]
1126
+ cheermote : Optional [MessageFragmentCheermote ]
1127
1127
"""Metadata pertaining to the cheermote."""
1128
- emote : Optional [FragmentEmote ]
1128
+ emote : Optional [MessageFragmentEmote ]
1129
1129
"""Metadata pertaining to the emote."""
1130
- mention : Optional [FragmentMention ]
1130
+ mention : Optional [MessageFragmentMention ]
1131
1131
"""Metadata pertaining to the mention."""
1132
1132
1133
1133
0 commit comments