Update chatterino.d.ts for the ChannelRef change (#5187)
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
- Minor: Added icons for newer versions of macOS. (#5148)
|
- Minor: Added icons for newer versions of macOS. (#5148)
|
||||||
- Minor: Added the `--incognito/--no-incognito` options to the `/openurl` command, allowing you to override the "Open links in incognito/private mode" setting. (#5149)
|
- Minor: Added the `--incognito/--no-incognito` options to the `/openurl` command, allowing you to override the "Open links in incognito/private mode" setting. (#5149)
|
||||||
- Minor: Added support for the `{input.text}` placeholder in the **Split** -> **Run a command** hotkey. (#5130)
|
- Minor: Added support for the `{input.text}` placeholder in the **Split** -> **Run a command** hotkey. (#5130)
|
||||||
- Minor: Add a new Channel API for experimental plugins feature. (#5141, #5184)
|
- Minor: Add a new Channel API for experimental plugins feature. (#5141, #5184, #5187)
|
||||||
- Minor: Added the ability to change the top-most status of a window regardless of the _Always on top_ setting (right click the notebook). (#5135)
|
- Minor: Added the ability to change the top-most status of a window regardless of the _Always on top_ setting (right click the notebook). (#5135)
|
||||||
- Minor: Live streams that are marked as reruns now mark a tab as yellow instead of red. (#5176)
|
- Minor: Live streams that are marked as reruns now mark a tab as yellow instead of red. (#5176)
|
||||||
- Minor: Updated to Emoji v15.1. Google emojis are now used as the fallback instead of Twitter emojis. (#5182)
|
- Minor: Updated to Emoji v15.1. Google emojis are now used as the fallback instead of Twitter emojis. (#5182)
|
||||||
|
|||||||
Vendored
+1
-1
@@ -9,7 +9,7 @@ declare module c2 {
|
|||||||
}
|
}
|
||||||
class CommandContext {
|
class CommandContext {
|
||||||
words: String[];
|
words: String[];
|
||||||
channel_name: String;
|
channel: Channel;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum Platform {
|
enum Platform {
|
||||||
|
|||||||
Reference in New Issue
Block a user