Interface NotificationsFeedback

interface NotificationsFeedback {
    attachments: WallWallpostAttachment[];
    from_id: number;
    id: number;
    text: string;
    to_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

attachments: WallWallpostAttachment[]
from_id: number

Reply author's ID

id: number

Item ID

text: string

Reply text

to_id: number

Wall owner's ID

Generated using TypeDoc