Package io.getstream.chat.android.models
Class ChannelInfo
-
- All Implemented Interfaces:
public final class ChannelInfoA Channel object that contains less information. Used only internally.
-
-
Method Summary
-
-
Constructor Detail
-
ChannelInfo
ChannelInfo(String cid, String id, String type, Integer memberCount, String name, String image)
- Parameters:
cid- The channel id in the format messaging:123.id- Channel's unique ID.type- Type of the channel.memberCount- Number of members in the channel.name- Channel's name.image- Channel's image.
-
-
-
-