mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
[Send Message] replies is an array of objects, not an object
This commit is contained in:
@@ -198,7 +198,7 @@ resource('/channels/:channel/messages', {
|
||||
* Whether this reply should mention the message's author.
|
||||
*/
|
||||
mention: boolean;
|
||||
}
|
||||
}[]
|
||||
}
|
||||
`),
|
||||
...await success(
|
||||
|
||||
Reference in New Issue
Block a user