API: Support for mentions.

This commit is contained in:
Paul
2021-06-11 18:07:48 +01:00
parent 636c692924
commit 2307bbd850
+2 -1
View File
@@ -197,7 +197,8 @@ export namespace Channels {
content: string | SystemMessage,
attachments?: Attachment[],
edited?: { $date: string },
embeds?: Embed[]
embeds?: Embed[],
mentions?: string[]
}
export type SystemMessage =