toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-components
/
io.getstream.chat.android.ui.feature.gallery
/
AttachmentGalleryItem
Attachment
Gallery
Item
data
class
AttachmentGalleryItem
(
val
attachment
:
Attachment
,
val
user
:
User
,
val
createdAt
:
Date
,
val
messageId
:
String
,
val
cid
:
String
,
val
isMine
:
Boolean
)
Members
Constructors
Attachment
Gallery
Item
Link copied to clipboard
constructor
(
attachment
:
Attachment
,
user
:
User
,
createdAt
:
Date
,
messageId
:
String
,
cid
:
String
,
isMine
:
Boolean
)
Properties
attachment
Link copied to clipboard
val
attachment
:
Attachment
cid
Link copied to clipboard
val
cid
:
String
created
At
Link copied to clipboard
val
createdAt
:
Date
is
Mine
Link copied to clipboard
val
isMine
:
Boolean
message
Id
Link copied to clipboard
val
messageId
:
String
user
Link copied to clipboard
val
user
:
User