diff --git a/types/channel.md b/types/channel.md index f6b96a7..7a3051c 100644 --- a/types/channel.md +++ b/types/channel.md @@ -25,12 +25,12 @@ A channel object contains information about a team channel. "value": "This channel is for fun", "creator": "U024BE7LH", "last_set": 1360782804 - } + }, "is_member": true, "last_read": "1401383885.000061", - "latest": { … } + "latest": { … }, "unread_count": 0, "unread_count_display": 0 } diff --git a/types/file.md b/types/file.md index 2142fcb..c979645 100644 --- a/types/file.md +++ b/types/file.md @@ -36,19 +36,19 @@ A file object contains information about a file shared with a team. "permalink" : "https:\/\/tinyspeck.slack.com\/files\/cal\/F024BERPE\/1.png", "edit_link" : "https:\/\/tinyspeck.slack.com\/files\/cal\/F024BERPE\/1.png/edit", "preview" : "<!DOCTYPE html>\n<html>\n<meta charset='utf-8'>", - "preview_highlight" : <div class=\"sssh-code\"><div class=\"sssh-line\"><pre><!DOCTYPE html...", + "preview_highlight" : "<div class=\"sssh-code\"><div class=\"sssh-line\"><pre><!DOCTYPE html…", "lines" : 123, "lines_more": 118, "is_public": true, "public_url_shared": false, - "channels": ["C024BE7LT", ...], - "groups": ["G12345", ...], - "ims": ["D12345", ...], - "initial_comment": {...}, + "channels": ["C024BE7LT", …], + "groups": ["G12345", …], + "ims": ["D12345", …], + "initial_comment": {…}, "num_stars": 7, "is_starred": true, - "pinned_to": ["C024BE7LT", ...], + "pinned_to": ["C024BE7LT", …], "reactions": [ { "name": "astonished", diff --git a/types/user.md b/types/user.md index 03aa634..1ebb025 100644 --- a/types/user.md +++ b/types/user.md @@ -14,11 +14,11 @@ A user object contains information about a team member. "email": "bobby@slack.com", "skype": "my-skype-name", "phone": "+1 (123) 456 7890", - "image_24": "https:\/\/...", - "image_32": "https:\/\/...", - "image_48": "https:\/\/...", - "image_72": "https:\/\/...", - "image_192": "https:\/\/..." + "image_24": "https:\/\/…", + "image_32": "https:\/\/…", + "image_48": "https:\/\/…", + "image_72": "https:\/\/…", + "image_192": "https:\/\/…" }, "is_admin": true, "is_owner": true,