diff --git a/docs/proposals/chat-api.md b/docs/proposals/chat-api.md index 6ff486b..d97a51a 100644 --- a/docs/proposals/chat-api.md +++ b/docs/proposals/chat-api.md @@ -1,5 +1,16 @@ # Chat API +## Interface Anatomy + +This anatomy establishes the different sections of the chat interface and establishes a common verbiage. The main components being: + +- Message +- Input +- Keyboard +- Suggestions + +![](img/chat-anatomy.png) + ## Commands !init (hidden) diff --git a/docs/proposals/img/chat-anatomy.png b/docs/proposals/img/chat-anatomy.png new file mode 100644 index 0000000..7c4eba6 Binary files /dev/null and b/docs/proposals/img/chat-anatomy.png differ