Merge branch 'master' into patch-2

This commit is contained in:
Astrid
2019-10-18 13:37:09 +02:00
committed by GitHub
51 changed files with 2838 additions and 1518 deletions

View File

@@ -2,6 +2,7 @@
layout: default
title: API documentation
permalink: /api
description: PluralKit's API documentation.
---
# API documentation
@@ -56,7 +57,7 @@ The following three models (usually represented in JSON format) represent the va
### Message model
|Key|Type|Notes|
|---|---|---
|---|---|---|
|timestamp|datetime||
|id|snowflake|The ID of the message sent by the webhook. Encoded as string for precision reasons.|
|sender|snowflake|The user ID of the account that triggered the proxy. Encoded as string for precision reasons.|