Skip to content

Commit f5531d1

Browse files
committed
Update MessageRepository.php
1 parent 2c7cea5 commit f5531d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Discord/Repository/Guild/MessageRepository.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ class MessageRepository extends AbstractRepository
6767
* Supported parameters:
6868
* - sort_by: Sorting mode. See SortingMode schema.
6969
* - 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).
7171
* - 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).
7372
* - author_id: Author ID (SnowflakeType|null, up to 1521 unique items).
7473
* - author_type: Author type (AuthorType, up to 1521 unique items).
7574
* - mentions: Mentioned user ID (SnowflakeType|null, up to 1521 unique items).

0 commit comments

Comments
 (0)