Skip to content

Commit 8708720

Browse files
committed
Correct Files annotation parameter names
1 parent 0770aad commit 8708720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/meta/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To add or update User or Channel annotations, you [update a User's profile](/doc
106106

107107
### Retrieving
108108

109-
Since annotations can be up to 8192 bytes, they are never included by default. When making a request for Users, Posts, Channels, Messages, or Files, you can use the parameter `include_annotations=1` to receive all applicable annotations. When requesting Users or Posts you can use `include_user_annotations=1` or `include_post_annotations=1` to include just those annotations. When requesting Channels or Messages you can use `include_channel_annotations=1` or `include_message_annotations=1` to include just those annotations. When requesting Files you can use `include_user_annotations=1` or `include_post_annotations=1` to include just those annotations.
109+
Since annotations can be up to 8192 bytes, they are never included by default. When making a request for Users, Posts, Channels, Messages, or Files, you can use the parameter `include_annotations=1` to receive all applicable annotations. When requesting Users or Posts you can use `include_user_annotations=1` or `include_post_annotations=1` to include just those annotations. When requesting Channels or Messages you can use `include_channel_annotations=1` or `include_message_annotations=1` to include just those annotations. When requesting Files you can use `include_file_annotations=1` or `include_user_annotations=1` to include just those annotations.
110110

111111
### Displaying
112112

0 commit comments

Comments
 (0)