Gets all URLs from the message.
Returns a list of all URLs found in the message.
List<String> getUrls() { return getAllEntityTexts(MessageEntityType.url); }