Interface CallbackLikeAddRemove

interface CallbackLikeAddRemove {
    liker_id: number;
    object_id: number;
    object_owner_id: number;
    object_type: "video" | "market" | "photo" | "comment" | "post" | "note" | "topic_comment" | "photo_comment" | "video_comment" | "market_comment";
    post_id: number;
    thread_reply_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

liker_id: number
object_id: number
object_owner_id: number
object_type: "video" | "market" | "photo" | "comment" | "post" | "note" | "topic_comment" | "photo_comment" | "video_comment" | "market_comment"
post_id: number
thread_reply_id: number

Generated using TypeDoc