The translation was generated automatically and may contain mistakes
History
The object describing the history contains the following fields:
id
integer
History ID.
owner_id
integer
Identity of the owner of the story.
date
integer
Date added to Unixtime.
expires_at
integer
The date at Unixtime when the story expires.
is_expired
boolean
true if the history has expired.
In this case, the history object contains only fields id , owner_id , date , expires_at , is_expired .
is_deleted
boolean
true if the history is deleted or does not exist.
In this case, the history object contains only fields id , owner_id , is_deleted .
can_see
integer
Information about whether the user can view the history ( 0 - No, 1 — РґР°).
If can_see = 0 , the history object contains only fields id , owner_id , date , expires_at , can_see , type .
seen
integer
1 if the history is viewed by the current user.
type
string
Type of history. Possible values:
- •
photo- photo; - •
video- video.
photo
object
A photograph from history, if the type of history is photo . More about object fields photo In the section Photo .
video
object
A video recording of a story, if the type of story is video . More about object fields video In the section Video .
link
object
Link for transition from history. An object that contains fields:
- •
text(string(b) the reference text; - •
url(stringURL for transition.
parent_story_owner_id
integer
The ID of the user who uploaded the story, the answer to which is the current one.
parent_story_id
integer
A history identifier, the answer to which is the current one.
parent_story
object
object of parental history.
replies
object
Answers to current history. An object that contains fields:
- •
count(integerThe number of responses; - •
new(integerThe number of new answers. Returns only for current user stories.
Answers can be obtained by the methodstories.getReplies.
can_reply
integer
Information about whether the user can respond to the story ( 0 - No, 1 — РґР°).
can_share
integer
Information about whether the user can share the story ( 0 - No, 1 — РґР°).
can_comment
integer
Information about whether a user can comment on a story ( 0 - No, 1 — РґР°).
clickable_stickers
object
Object clickable sticker .
views
integer
Number of views.
access_key
string
Access key for private object.