library / io.getstream.chat.android.livedata.entity

Package io.getstream.chat.android.livedata.entity

Types

ChannelConfigEntity

data class ChannelConfigEntity

ChannelEntity

ChannelStateEntity stores both the channel information as well as references to all of the channel's state

data class ChannelEntity

ChannelEntityPair

data class ChannelEntityPair

ChannelUserReadEntity

Efficiently store the channel user read info

data class ChannelUserReadEntity

MemberEntity

Efficiently store the member data

data class MemberEntity

MessageEntity

The Message Entity. Text and attachments are the most commonly used fields.

data class MessageEntity

QueryChannelsEntity

data class QueryChannelsEntity

ReactionEntity

The ReactionEntity

data class ReactionEntity

SyncStateEntity

data class SyncStateEntity

UserEntity

The UserEntity, id is a required field All other fields are optional and can be null

data class UserEntity