Citation

class Citation(val endIndex: Int, val startIndex: Int, val title: String, val url: String)(source)

Constructors

Link copied to clipboard
constructor(endIndex: Int, startIndex: Int, title: String, url: String)

Properties

Link copied to clipboard

The index of the last character of the URL citation in the message.

Link copied to clipboard

The index of the first character of the URL citation in the message.

Link copied to clipboard

The title of the web resource.

Link copied to clipboard
val url: String

The URL of the web resource.