Developers » Topic Comment
Objects List › Topic Comment
Object describes topic comment and contains following fields:

id
integer
Comment ID.
from_id
integer
Comment author ID.
date
integer
Date when the comment has been added in Unixtime.
text
string
Comment text.
attachments
object
Information about attachments in the comments (photos, links, etc.; see Description of "attachments" field).
likes
object
Information about likes (if need_likes parameter passed). Contains following fields::
  • count (integer) — likes count;
  • user_likes (integer, [0,1]) — information whether current user likes the comment
    (1 — yes, 0 — no),
    • can_like (integer, [0,1]) — information whether current user can like the comment
      (1 — yes, 0 — no),