From ff3d8fae2fd7b1688004c8aac37b6d5cc8959cbb Mon Sep 17 00:00:00 2001 From: nikkel Date: Thu, 19 Mar 2020 16:50:29 +0700 Subject: [PATCH] Add 'message-structure.md' --- message-structure.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 message-structure.md diff --git a/message-structure.md b/message-structure.md new file mode 100644 index 0000000..270830f --- /dev/null +++ b/message-structure.md @@ -0,0 +1,26 @@ +Message Structure +================= + +Base Attributes +--------------- + +| Attribute | Type | Example | +| --- | --- | --- | +| id| | | +| token | | | + +Expansions +---------- + +Expansions are embedded structures of other objects that are related to the structure that you're viewing. Which expansions are returned by a specific action are shown on that action's documentation however some actions allow you to choose which expansions are returned. + +| Attribute | Type | Example | +| --- | --- | --- | +| status | | | +| details | | | +| inspection | | | +| plain_body | | | +| html_body | | | +| attachments | | | +| headers | | | +| raw_message | | | \ No newline at end of file