Documentation
Preparing search index...
@kehto/services
DmMessage
Interface DmMessage
Normalized cleartext message visible to the napplet by runtime policy.
interface
DmMessage
{
content
:
string
;
conversationId
:
string
;
createdAt
:
number
;
id
:
string
;
senderPubkey
:
string
;
status
:
DmMessageStatus
;
}
Index
Properties
content
conversation
Id
created
At
id
sender
Pubkey
status
Properties
content
content
:
string
conversation
Id
conversationId
:
string
created
At
createdAt
:
number
id
id
:
string
sender
Pubkey
senderPubkey
:
string
status
status
:
DmMessageStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
conversation
Id
created
At
id
sender
Pubkey
status
Documentation
Loading...
Normalized cleartext message visible to the napplet by runtime policy.