@gphone/sdk
Preparing search index...
UIConversation
Interface UIConversation
interface
UIConversation
{
citizenid
:
string
;
created_at
:
string
|
Date
;
id
:
number
;
is_group
:
boolean
;
last_message
?:
Message
;
lastMessage
:
string
;
lastMessageAt
:
string
;
name
?:
string
;
participants
?:
Participant
[]
;
status
?:
"deleted"
|
"active"
|
"moderated"
|
"archived"
;
target
:
string
;
targetAvatar
?:
string
;
targetName
:
string
;
unread_count
?:
number
;
unreadCount
:
number
;
updated_at
:
string
|
Date
;
}
Hierarchy
Conversation
UIConversation
Index
Properties
citizenid
created_
at
id
is_
group
last_
message?
last
Message
last
Message
At
name?
participants?
status?
target
target
Avatar?
target
Name
unread_
count?
unread
Count
updated_
at
Properties
citizenid
citizenid
:
string
created_
at
created_at
:
string
|
Date
id
id
:
number
is_
group
is_group
:
boolean
Optional
last_
message
last_message
?:
Message
last
Message
lastMessage
:
string
last
Message
At
lastMessageAt
:
string
Optional
name
name
?:
string
Optional
participants
participants
?:
Participant
[]
Optional
status
status
?:
"deleted"
|
"active"
|
"moderated"
|
"archived"
target
target
:
string
Optional
target
Avatar
targetAvatar
?:
string
target
Name
targetName
:
string
Optional
unread_
count
unread_count
?:
number
unread
Count
unreadCount
:
number
updated_
at
updated_at
:
string
|
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
citizenid
created_
at
id
is_
group
last_
message
last
Message
last
Message
At
name
participants
status
target
target
Avatar
target
Name
unread_
count
unread
Count
updated_
at
@gphone/sdk
Loading...