Package io.getstream.chat.android.models
Class ChannelKt
-
- All Implemented Interfaces:
public final class ChannelKt
-
-
Method Summary
Modifier and Type Method Description final static ChannelmergeChannelFromEvent(Channel $self, Channel that)final static ChannelDatatoChannelData(Channel $self)Converts the channel to the channel data. -
-
Method Detail
-
mergeChannelFromEvent
final static Channel mergeChannelFromEvent(Channel $self, Channel that)
-
toChannelData
final static ChannelData toChannelData(Channel $self)
Converts the channel to the channel data.
-
-
-
-