Gets all mentions from the message.
Returns a list of all mentioned usernames without the leading '@'.
List<String> getMentions() { return getAllEntityTexts(MessageEntityType.mention); }