obby-client for TypeScript
Preparing search index...
Model
Type Alias Model
Everything the connection knows.
type
Model
=
{
channels
:
{
[
key
in
CaseFolded
]
?:
Channel
}
;
conversations
:
{
[
key
in
CaseFolded
]
?:
Conversation
}
;
me
:
LocalUser
;
next_seq
:
number
;
people
:
{
[
key
in
CaseFolded
]
?:
Person
}
;
retention
:
number
;
whois
:
{
[
key
in
CaseFolded
]
?:
Whois
}
;
}
Index
Properties
channels
conversations
me
next_
seq
people
retention
whois
Properties
channels
channels
:
{
[
key
in
CaseFolded
]
?:
Channel
}
conversations
conversations
:
{
[
key
in
CaseFolded
]
?:
Conversation
}
me
me
:
LocalUser
Who we are.
next_
seq
next_seq
:
number
people
people
:
{
[
key
in
CaseFolded
]
?:
Person
}
retention
retention
:
number
whois
whois
:
{
[
key
in
CaseFolded
]
?:
Whois
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
conversations
me
next_
seq
people
retention
whois
obby-client for TypeScript
Loading...
Everything the connection knows.