pin

public final Unit pin(PinParams params, OperationHandler<Boolean> handler)

Parameters

params

pinned Parameter, can Control Whether Update Operation timestamp stamp

handler

Operation result callback

messageIds

Message unique ID List, at most 20

```kotlin
channel.pin { result, error ->
if (error == null) {
if (error == null) {
}
}

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

======================================== pushContent = "You received a new message"