Interface SecureSmsNotification

interface SecureSmsNotification {
    app_id: string;
    date: string;
    id: string;
    message: string;
    user_id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

app_id: string

Application ID

date: string

Date when message has been sent in Unixtime

id: string

Notification ID

message: string

Messsage text

user_id: string

User ID

Generated using TypeDoc