pin
========================================
pinned Operation
Parameters
sub Channel Id
sub-channel ID
communityChannel.pin("subChannel001") { result, error ->
if (error == null) {
```kotlin
}
}Content copied to clipboard
} }
========================================
pinned Operation
sub-channel ID
communityChannel.pin("subChannel001") { result, error ->
if (error == null) {
```kotlin
}
}} }