@vk-io/streaming
Preparing search index...
IStreamingContextPayload
Interface IStreamingContextPayload
interface
IStreamingContextPayload
{
action
:
"new"
|
"update"
|
"delete"
|
"restore"
;
action_time
:
number
;
attachments
:
object
[]
;
author
:
{
author_url
:
string
;
id
:
number
;
platform
?:
number
;
shared_post_author_id
?:
number
;
shared_post_author_url
?:
string
;
}
;
creation_time
:
number
;
event_id
:
{
comment_id
?:
number
;
post_id
?:
number
;
post_owner_id
?:
number
;
shared_post_id
?:
number
;
topic_id
?:
number
;
topic_owner_id
?:
number
;
topic_post_id
?:
number
;
}
;
event_type
:
"comment"
|
"post"
|
"share"
|
"topic_post"
;
event_url
:
string
;
geo
:
Record
<
string
,
any
>
;
shared_post_creation_time
?:
number
;
shared_post_text
?:
string
;
signer_id
:
number
;
tags
:
string
[]
;
text
?:
string
;
}
Index
Properties
action
action_
time
attachments
author
creation_
time
event_
id
event_
type
event_
url
geo
shared_
post_
creation_
time?
shared_
post_
text?
signer_
id
tags
text?
Properties
action
action
:
"new"
|
"update"
|
"delete"
|
"restore"
action_
time
action_time
:
number
attachments
attachments
:
object
[]
author
author
:
{
author_url
:
string
;
id
:
number
;
platform
?:
number
;
shared_post_author_id
?:
number
;
shared_post_author_url
?:
string
;
}
creation_
time
creation_time
:
number
event_
id
event_id
:
{
comment_id
?:
number
;
post_id
?:
number
;
post_owner_id
?:
number
;
shared_post_id
?:
number
;
topic_id
?:
number
;
topic_owner_id
?:
number
;
topic_post_id
?:
number
;
}
event_
type
event_type
:
"comment"
|
"post"
|
"share"
|
"topic_post"
event_
url
event_url
:
string
geo
geo
:
Record
<
string
,
any
>
Optional
shared_
post_
creation_
time
shared_post_creation_time
?:
number
Optional
shared_
post_
text
shared_post_text
?:
string
signer_
id
signer_id
:
number
tags
tags
:
string
[]
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
action_
time
attachments
author
creation_
time
event_
id
event_
type
event_
url
geo
shared_
post_
creation_
time
shared_
post_
text
signer_
id
tags
text
@vk-io/streaming
Loading...