getMentionedUIDs method

List<String>? getMentionedUIDs()

Gets the mentioned UIDs filter. Android Reference: MessagesRequest.getMentionedUIDs()

Implementation

List<String>? getMentionedUIDs() => mentionedUids;