lemmy-js-client
Preparing search index...
PrivateMessage
Type Alias PrivateMessage
A private message.
type
PrivateMessage
=
{
ap_id
:
DbUrl
;
content
:
string
;
creator_id
:
PersonId
;
deleted
:
boolean
;
id
:
PrivateMessageId
;
local
:
boolean
;
published_at
:
string
;
recipient_id
:
PersonId
;
removed
:
boolean
;
updated_at
?:
string
;
}
Index
Properties
ap_
id
content
creator_
id
deleted
id
local
published_
at
recipient_
id
removed
updated_
at?
Properties
ap_
id
ap_id
:
DbUrl
content
content
:
string
creator_
id
creator_id
:
PersonId
deleted
deleted
:
boolean
id
id
:
PrivateMessageId
local
local
:
boolean
published_
at
published_at
:
string
recipient_
id
recipient_id
:
PersonId
removed
removed
:
boolean
Optional
updated_
at
updated_at
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ap_
id
content
creator_
id
deleted
id
local
published_
at
recipient_
id
removed
updated_
at
lemmy-js-client
Loading...
A private message.