FeedChannelChangeLogsParams

data class FeedChannelChangeLogsParams(var includeEmpty: Boolean = true)

Represents a group channel change logs params.

Since

4.6.0

See also

Constructors

Link copied to clipboard
constructor(includeEmpty: Boolean = true)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

to include empty channels or not (channels without messages). Defaults to true.

Functions

Link copied to clipboard

Clones and returns a new instance of FeedChannelChangeLogsParams.