1 files changed, 37 insertions, 0 deletions
diff --git a/.insomnia/Request/req_91103ee98a984241b9daad53f7464754.yml b/.insomnia/Request/req_91103ee98a984241b9daad53f7464754.yml
new file mode 100755
index 00000000..9c331020
--- /dev/null
+++ b/.insomnia/Request/req_91103ee98a984241b9daad53f7464754.yml
@@ -0,0 +1,37 @@
+_id: req_91103ee98a984241b9daad53f7464754
+type: Request
+parentId: fld_wrk_84bc4b982502477baa52fb4972f3c717879f0b1b
+modified: 1625262677193
+created: 1625262677193
+url: "{{ base_url }}/channels/{{ channelId }}/messages"
+name: Returns the messages for a channel. If operating on a guild channel, this
+ endpoint requires the VIEW_CHANNEL permission to be present on the current
+ user. If the current user is missing the 'READ_MESSAGE_HISTORY' permission in
+ the channel then this will return no messages (since they cannot read the
+ message history). Returns an array of message objects on success.
+description: ""
+method: GET
+body: {}
+parameters:
+ - name: around
+ disabled: true
+ value: string
+ - name: before
+ disabled: true
+ value: string
+ - name: after
+ disabled: true
+ value: string
+ - name: limit
+ disabled: true
+ value: "50"
+headers: []
+authentication: {}
+metaSortKey: -1625262677194
+isPrivate: false
+settingStoreCookies: true
+settingSendCookies: true
+settingDisableRenderRequestBody: false
+settingEncodeUrl: true
+settingRebuildPath: true
+settingFollowRedirects: global
|