PinnedMessageListController

constructor(cid: String, channelClient: ChannelClient = ChatClient.instance().channel(cid))

Parameters

cid

The full channel ID. Ex: "messaging:123".

channelClient

The ChannelClient (instantiated for the given cid).