Add 'message-structure.md'

This commit is contained in:
nikkel 2020-03-19 16:50:29 +07:00
parent 101e0f20a8
commit ff3d8fae2f

26
message-structure.md Normal file
View File

@ -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 | | |