Skip to content

Commit

Permalink
Barkermn01 twitch object ref patches (#109)
Browse files Browse the repository at this point in the history
* Update TwitchUser.md

* Update TwitchChat.md

Updated the Ref to the models so people don't have to dig though the DLL's to find the correct namespace they need to `using`
  • Loading branch information
barkermn01 authored Feb 22, 2024
1 parent 60f53a1 commit 86f8598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions streamerbot/3.api/_variables/TwitchChat.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ variables:
description: Number of emotes in the chat message
value: 0
- name: emotes
type: List<TwitchEmote>
type: List<Twitch.Common.Models.Emote>
description: A C# accessible list of emotes used in the chat message
variables:
- name: id
Expand Down Expand Up @@ -114,4 +114,4 @@ variables:
type: boolean
description: Is this user a first time chatter?
value: True
---
---
4 changes: 2 additions & 2 deletions streamerbot/3.api/_variables/TwitchUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ variables:
description: When was this user last active?
value: 8/4/2023 10:56:06 AM
- name: badges
type: List<TwitchBadge>
type: List<Twitch.Common.Models.Badge>
description: A C# accessible list of emotes used in the chat message
variables:
- name: name
Expand All @@ -58,4 +58,4 @@ variables:
type: number
description: The count of badges this user has
value: 3
---
---

0 comments on commit 86f8598

Please sign in to comment.