@aleph-sdk/monorepo
Preparing search index...
message/src
PostResponse
Type Alias PostResponse<T>
type
PostResponse
<
T
>
=
{
_id
:
{
$oid
:
string
}
;
address
:
string
;
chain
:
string
;
channel
:
string
;
confirmed
:
boolean
;
content
:
T
;
hash
:
string
;
item_content
:
string
;
item_hash
:
string
;
item_type
:
string
;
original_item_hash
:
string
;
original_signature
:
string
;
original_type
:
string
;
sender
:
string
;
signature
:
string
;
size
:
number
;
time
:
number
;
type
:
string
;
}
Type Parameters
T
Index
Properties
_
id
address
chain
channel
confirmed
content
hash
item_
content
item_
hash
item_
type
original_
item_
hash
original_
signature
original_
type
sender
signature
size
time
type
Properties
_
id
_id
:
{
$oid
:
string
}
address
address
:
string
chain
chain
:
string
channel
channel
:
string
confirmed
confirmed
:
boolean
content
content
:
T
hash
hash
:
string
item_
content
item_content
:
string
item_
hash
item_hash
:
string
item_
type
item_type
:
string
original_
item_
hash
original_item_hash
:
string
original_
signature
original_signature
:
string
original_
type
original_type
:
string
sender
sender
:
string
signature
signature
:
string
size
size
:
number
time
time
:
number
type
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
id
address
chain
channel
confirmed
content
hash
item_
content
item_
hash
item_
type
original_
item_
hash
original_
signature
original_
type
sender
signature
size
time
type
@aleph-sdk/monorepo
Loading...