extractUrls

abstract fun extractUrls(event: TimelineEvent): List<String>

Extract URLs from a TimelineEvent.

Return

the list of URLs contains in the body of the TimelineEvent. It does not mean that URLs in this list have UrlPreview data

Parameters

event

TimelineEvent to extract the URL from.