mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-21 04:25:27 -04:00
API: Support for mentions.
This commit is contained in:
+2
-1
@@ -197,7 +197,8 @@ export namespace Channels {
|
||||
content: string | SystemMessage,
|
||||
attachments?: Attachment[],
|
||||
edited?: { $date: string },
|
||||
embeds?: Embed[]
|
||||
embeds?: Embed[],
|
||||
mentions?: string[]
|
||||
}
|
||||
|
||||
export type SystemMessage =
|
||||
|
||||
Reference in New Issue
Block a user