Class CommunitySubChannel

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      CommunitySubChannel(String subChannelId, String channelId)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getSubChannelId() Sub-channel unique identifier.
      final Unit setSubChannelId(String subChannelId) Sub-channel unique identifier.
      Unit deleteMessagesForMeByTimestamp(DeleteMessagesForMeByTimestampParams params, ErrorHandler handler) Deletes messages in this sub-channel before the specified timestamp (for the current user).
      Unit clearUnreadCount(OperationHandler<Boolean> handler) Clears the unread message count for this sub-channel.
      String toString()
      • Methods inherited from class ai.nexconn.chat.channel.BaseChannel

        clearDraft, delete, deleteLocalMessages, deleteMessageForAll, deleteMessagesForMe, deleteTags, equals, getChannelId, getChannelType, getDraft, getEditedMessageDraft, getFirstUnreadMessage, getIncludeRobot, getLatestMessage, getMentionedCount, getMentionedMeCount, getMessageReadReceiptInfo, getMessageReadReceiptInfoByIdentifiers, getMessagesAroundTime, getMessagesReadReceiptByUsers, getNoDisturbLevel, getOperationTime, getTags, getTranslateStrategy, getUnreadCount, getUnreadMentionedMessages, hashCode, insertMessages, isPinned, modifyMessage, pin, reload, saveDraft, sendMediaMessage, sendMessage, sendReadReceiptResponse, setNoDisturbLevel, unpin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait