toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-common
/
io.getstream.chat.android.ui.common.state.pinned
Package-level
declarations
Types
Types
Pinned
Message
List
State
Link copied to clipboard
data
class
PinnedMessageListState
(
val
canLoadMore
:
Boolean
,
val
results
:
List
<
Message
>
,
val
isLoading
:
Boolean
,
val
nextDate
:
Date
)
Represents the pinned message list state, used to render the required UI.