Support persistent Matrix sims for webhooks
This commit is contained in:
7
src/types.d.ts
vendored
7
src/types.d.ts
vendored
@@ -72,6 +72,13 @@ export type WebhookCreds = {
|
||||
token: string
|
||||
}
|
||||
|
||||
/** Discord API message->author. A webhook as an author. */
|
||||
export type WebhookAuthor = {
|
||||
username: string
|
||||
avatar: string | null
|
||||
id: string
|
||||
}
|
||||
|
||||
export type PkSystem = {
|
||||
id: string
|
||||
uuid: string
|
||||
|
||||
Reference in New Issue
Block a user