Interface NotificationsReply

interface NotificationsReply {
    date: number;
    id: number;
    text: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

date: number

Date when the reply has been created in Unixtime

id: number

Reply ID

text: number

Reply text

Generated using TypeDoc