PinParams

public final class PinParams

Parameters for pinning a channel to the top.

val params = PinParams().apply {
updateOperationTime = false
}
channel.pin(params) { result, error -> ... }

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private Boolean updateOperationTime

Whether to update the channel operation timestamp. Default is true.

Functions

Link copied to clipboard
public final Boolean getUpdateOperationTime()

Whether to update the channel operation timestamp. Default is true.

Link copied to clipboard
public final Unit setUpdateOperationTime(Boolean updateOperationTime)

Whether to update the channel operation timestamp. Default is true.