Difference between revisions of "Talk:ArchiveBot/Telegram channels"

From Archiveteam
Jump to navigation Jump to search
(Created page with " == Wikidata query == <pre> SELECT DISTINCT ?telegram WHERE { ?item wdt:P3789 ?telegram. } ORDER BY ?telegram </pre>")
 
(No difference)

Latest revision as of 16:26, 11 June 2019

Wikidata query

SELECT DISTINCT ?telegram
WHERE {
    ?item wdt:P3789 ?telegram.
}
ORDER BY ?telegram