diff --git a/chat/v1/IDS.md b/chat/v1/IDS.md new file mode 100644 index 0000000..9d9105b --- /dev/null +++ b/chat/v1/IDS.md @@ -0,0 +1,13 @@ +# Chat service IDs + +# Guild ID + +A `uint64` ID. Represents a *Guild*. This should be *unique* in a server. + +# Channel ID + +A `uint64` ID. Represents a *Channel*. This should be *unique* in the context of a *Guild*. + +# Message ID + +A `uint64` ID. Represents a *Message*. This should be *unique* in the context of a *Channel*. \ No newline at end of file