Interface SecureSendSMSNotificationParams

interface SecureSendSMSNotificationParams {
    message: string;
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

message: string

'SMS' text to be sent in 'UTF-8' encoding. Only Latin letters and numbers are allowed. Maximum size is '160' characters.

user_id: number

ID of the user to whom SMS notification is sent. The user shall allow the application to send him/her notifications (, +1).

Generated using TypeDoc