SearchChannelResult

public final class SearchChannelResult

Channel search result.

represents a Search match channel and its matching message count. internal Corresponds to SearchConversationResult.

Parameters

channel

match channel

matchCount

This channel match message Count

Constructors

Link copied to clipboard
public SearchChannelResult SearchChannelResult(BaseChannel channel, Integer matchCount)

Properties

Link copied to clipboard
private final BaseChannel channel
Link copied to clipboard
private final Integer matchCount

Functions

Link copied to clipboard
public final BaseChannel getChannel()
Link copied to clipboard
public final Integer getMatchCount()