Interface NotificationsGetResponse

interface NotificationsGetResponse {
    apps: AppsApp[];
    count: number;
    groups: GroupsGroup[];
    items: NotificationsNotification[];
    last_viewed: number;
    next_from: string;
    photos: PhotosPhoto[];
    profiles: UsersUser[];
    ttl: number;
    videos: VideoVideo[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

apps: AppsApp[]
count: number

Total number

groups: GroupsGroup[]
last_viewed: number

Time when user has been checked notifications last time

next_from: string
photos: PhotosPhoto[]
profiles: UsersUser[]
ttl: number
videos: VideoVideo[]

Generated using TypeDoc