File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Discord/Repository/Guild Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,8 @@ class MessageRepository extends AbstractRepository
67
67
* Supported parameters:
68
68
* - sort_by: Sorting mode. See SortingMode schema.
69
69
* - sort_order: Sorting order. See SortingOrder schema.
70
- * - content: Message content to search for (string, max 1024 chars).
70
+ * - content: Message content to search for (array| string, max 1024 chars).
71
71
* - slop: Integer, minimum 0, maximum 100.
72
- * - contents: Array of message contents to search for (string|null, max 1024 chars each, up to 100 items).
73
72
* - author_id: Author ID (SnowflakeType|null, up to 1521 unique items).
74
73
* - author_type: Author type (AuthorType, up to 1521 unique items).
75
74
* - mentions: Mentioned user ID (SnowflakeType|null, up to 1521 unique items).
You can’t perform that action at this time.
0 commit comments