senderIds property Null safety
read / write
Restricts the search scope only to retrieve the messages sent by
the users with the specified user IDs. When the user ID filtering
is not needed, the value should be set to null
.
Implementation
List<String>? senderIds;