tutti-api - v2.1.0
GitHub
Preparing search index...
Conversation
Interface Conversation
interface
Conversation
{
archivedAt
?:
string
|
null
;
blockList
?:
{
blocked
:
boolean
;
blockedBy
:
boolean
}
;
id
:
string
;
item
?:
ConversationItem
;
latestMessage
?:
{
content
?:
MessageContent
;
offset
?:
number
;
senderPublicAccountId
?:
string
;
timestamp
?:
string
;
type
?:
string
;
}
;
participants
?:
Participant
[]
;
unreadMessageOffset
?:
number
;
unreadMessages
?:
number
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
archived
At?
block
List?
id
item?
latest
Message?
participants?
unread
Message
Offset?
unread
Messages?
Properties
Optional
archived
At
archivedAt
?:
string
|
null
Optional
block
List
blockList
?:
{
blocked
:
boolean
;
blockedBy
:
boolean
}
id
id
:
string
Optional
item
item
?:
ConversationItem
Optional
latest
Message
latestMessage
?:
{
content
?:
MessageContent
;
offset
?:
number
;
senderPublicAccountId
?:
string
;
timestamp
?:
string
;
type
?:
string
;
}
Optional
participants
participants
?:
Participant
[]
Optional
unread
Message
Offset
unreadMessageOffset
?:
number
Optional
unread
Messages
unreadMessages
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archived
At
block
List
id
item
latest
Message
participants
unread
Message
Offset
unread
Messages
GitHub
tutti-api - v2.1.0
Loading...