get Unread Count
========================================
Unread count Operation
========================================Parameters
sub Channel Id
sub-channel ID
communityChannel.getUnreadCount { count, error ->
if (error == null && count != null) {
```kotlin
}
}Content copied to clipboard
}