Pin Params
channel pinned Operation Parameter.
Used for com.nexconn.chat.channel.BaseChannel.pin and com.nexconn.chat.channel.BaseChannel.unpin Method.
Usage Example:
val params = PinParams(updateOperationTime = true)
channel.pin(params) { result, error ->
if (error == null) {
// Pinned successfully
}
}Content copied to clipboard
Parameters
update Operation Time
Whether Update channel Operation timestamp stamp, Default true