setMentionedUIDs method
Sets the mentioned UIDs filter.
Android Reference: MessagesRequestBuilder.setMentionedUIDs(List<String>)
Implementation
MessagesRequestBuilder setMentionedUIDs(List<String> mentionedUids) {
this.mentionedUids = mentionedUids;
return this;
}