stream-chat-android
5.15.0
stream-chat-android-client
/
io.getstream.chat.android.client.models
/
Mute
Mute
data
class
Mute
(
var
user
:
User
,
var
target
:
User
,
var
createdAt
:
Date
,
var
updatedAt
:
Date
,
val
expires
:
Date
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Mute
Link copied to clipboard
fun
Mute
(
user
:
User
,
target
:
User
,
createdAt
:
Date
,
updatedAt
:
Date
,
expires
:
Date
?
)
Content copied to clipboard
Properties
created
At
Link copied to clipboard
var
createdAt
:
Date
Content copied to clipboard
expires
Link copied to clipboard
val
expires
:
Date
?
Content copied to clipboard
target
Link copied to clipboard
var
target
:
User
Content copied to clipboard
updated
At
Link copied to clipboard
var
updatedAt
:
Date
Content copied to clipboard
user
Link copied to clipboard
var
user
:
User
Content copied to clipboard