Channels

data class Channels(val query: String) : SearchQuery

Represents the search query for channels.

Constructors

Link copied to clipboard
constructor(query: String)

Properties

Link copied to clipboard
open override val query: String

The query to search for.