From 1d5d392fbf5a418fe7c36d8f9579e456cdc16d6d Mon Sep 17 00:00:00 2001 From: LiNEX GIT Date: Tue, 11 Jun 2024 15:19:12 +0700 Subject: [PATCH] Update 'Message Structure' --- 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..0d51132 --- /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